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 1ruEf4-003lBx-1s for pgsql-general@arkaria.postgresql.org; Tue, 09 Apr 2024 16:49:30 +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 1ruEf3-007vou-6d for pgsql-general@arkaria.postgresql.org; Tue, 09 Apr 2024 16:49:29 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ruEf2-007vom-Rv for pgsql-general@lists.postgresql.org; Tue, 09 Apr 2024 16:49:28 +0000 Received: from sm-r-005-dus.org-dns.com ([89.107.70.14]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ruEf0-0003J2-L9 for pgsql-general@lists.postgresql.org; Tue, 09 Apr 2024 16:49:28 +0000 Received: from smarthost-dus.org-dns.com (localhost [127.0.0.1]) by smarthost-dus.org-dns.com (Postfix) with ESMTP id C5E9CA1F0F for ; Tue, 9 Apr 2024 18:49:25 +0200 (CEST) Received: by smarthost-dus.org-dns.com (Postfix, from userid 1001) id B9FE1A1F17; Tue, 9 Apr 2024 18:49:25 +0200 (CEST) X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,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 85AEFA1F0F for ; Tue, 9 Apr 2024 18:49:25 +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: Date: Tue, 9 Apr 2024 18:49:25 +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: <171268136541.19453.5497444089387368145@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 Thanks