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 1qhxa3-004nht-Ch for pgsql-hackers@arkaria.postgresql.org; Sun, 17 Sep 2023 19:37:19 +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 1qhxa1-00CFFa-Ra for pgsql-hackers@arkaria.postgresql.org; Sun, 17 Sep 2023 19:37:17 +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 1qhxa1-00CFFH-Fo for pgsql-hackers@lists.postgresql.org; Sun, 17 Sep 2023 19:37:17 +0000 Received: from mout-u-204.mailbox.org ([80.241.59.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qhxZy-0057Rc-86 for pgsql-hackers@lists.postgresql.org; Sun, 17 Sep 2023 19:37:16 +0000 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4RpdVG5WlFz9sS7 for ; Sun, 17 Sep 2023 21:37:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ewie.name; s=MBO0001; t=1694979430; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Xd5rMu6XO4vieZJkGyWdFWnUVRDHH6kOY7PKdV7LAmU=; b=tuKBewbcPS5YG7O/ZmMyp8X23WliXJY3KGx+uPVP3dXJePlwy4cgg3Fx8INW6ggqcLfrOD edHpF/v6Fc5g4BOv8SKO2iE8YmV1XWL2wxLw8hz1KTKLPsazVCTfQBB3UVihMzNOGcVwlz Wvf0x8LgiyHKxE0iUTsMT08U+hv+4AN0y6mltwsSn6pkc9PxQdVtznzPIxGEVmPEcydna+ zSEZZkpOqAq8vNyGimNd7QM4bJnAuhmo9pFb8vHKWrrvTXuYk4q9hnroAHNziXGom5nC+3 h6WOhcmJEAqWzL9DXTC7KPyPPx5884gut32IVn1WtbDqoVaPfteGcDd/2wO3AQ== Date: Sun, 17 Sep 2023 21:37:10 +0200 (CEST) From: Erik Wienhold To: PostgreSQL Hackers Message-ID: <63750170.127626.1694979430303@office.mailbox.org> In-Reply-To: <1966228777.127452.1694979110595@office.mailbox.org> References: <1966228777.127452.1694979110595@office.mailbox.org> Subject: Re: Fix output of zero privileges in psql MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Normal X-Rspamd-Queue-Id: 4RpdVG5WlFz9sS7 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 17/09/2023 21:31 CEST Erik Wienhold wrote: > This affects the following meta commands: > > \db+ \dD+ \df+ \dL+ \dl+ \dn+ \dp \dT+ \l also \des+ and \dew+ -- Erik