Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ruEeX-003l5L-2G for pgsql-general@arkaria.postgresql.org; Tue, 09 Apr 2024 16:48:57 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1ruEeV-007q2M-6C for pgsql-general@arkaria.postgresql.org; Tue, 09 Apr 2024 16:48:55 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ruEeU-007q2D-Rm for pgsql-general@lists.postgresql.org; Tue, 09 Apr 2024 16:48:54 +0000 Received: from sm-r-014-dus.org-dns.com ([84.19.1.233]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ruEeP-0022Yl-57 for pgsql-general@lists.postgresql.org; Tue, 09 Apr 2024 16:48:53 +0000 Received: from smarthost-dus.org-dns.com (localhost [127.0.0.1]) by smarthost-dus.org-dns.com (Postfix) with ESMTP id 608BFA1E6C for ; Tue, 9 Apr 2024 18:48:45 +0200 (CEST) Received: by smarthost-dus.org-dns.com (Postfix, from userid 1001) id 54683A1F04; Tue, 9 Apr 2024 18:48:45 +0200 (CEST) X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_05,KAM_INFOUSMEBIZ, SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received: from ha01s018.org-dns.com (ha01s018.org-dns.com [62.108.32.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smarthost-dus.org-dns.com (Postfix) with ESMTPS id D6984A1E6C for ; Tue, 9 Apr 2024 18:48:44 +0200 (CEST) Authentication-Results: ha01s018.org-dns.com; spf=pass (sender IP is 79.233.131.2) smtp.mailfrom=thiemo@gelassene-pferde.biz smtp.helo=[192.168.2.190] Received-SPF: pass (ha01s018.org-dns.com: connection is authenticated) Message-ID: <353df4f8-a44e-43c2-bac3-5ef79e3d95b3@gelassene-pferde.biz> Date: Tue, 9 Apr 2024 18:48:44 +0200 MIME-Version: 1.0 Subject: Re: [Code: 0, SQL State: 0A000] when "typing" from pg_catalog To: "pgsql-general@lists.postgresql.org" References: <5b4a4ffa-39ae-40b1-8fcc-52b6eebc4c2f@aklaver.com> <95a1f1fe-b7c5-4547-8dd7-bf8ef41898a5@gelassene-pferde.biz> <2b633b1d-8dbe-4a3e-9d0c-f28628357799@aklaver.com> Content-Language: de-DE From: Thiemo Kellner In-Reply-To: <2b633b1d-8dbe-4a3e-9d0c-f28628357799@aklaver.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PPP-Message-ID: <171268132471.19019.17007697381229366123@ha01s018.org-dns.com> X-PPP-Vhost: gelassene-pferde.biz X-POWERED-BY: wint.global - AV:CLEAN SPAM:OK List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Am 09.04.2024 um 17:18 schrieb Adrian Klaver: > Because you did not do?: > > PG_CATALOG.PG_ROLES.ROLNAME%type Oh, right. Sorry. What an oversight.