Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mM97E-0002p8-DZ for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Sep 2021 13:20:20 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mM97D-00071Y-0v for pgsql-hackers@arkaria.postgresql.org; Fri, 03 Sep 2021 13:20:19 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mM97C-00071P-Nz for pgsql-hackers@lists.postgresql.org; Fri, 03 Sep 2021 13:20:18 +0000 Received: from mail.postgrespro.ru ([93.174.131.139]) by makus.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mM975-0003Nq-Iu for pgsql-hackers@lists.postgresql.org; Fri, 03 Sep 2021 13:20:17 +0000 Received: from [10.0.1.15] (unknown [188.123.231.167]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mail.postgrespro.ru (Postfix) with ESMTPSA id B664B21C7A94; Fri, 3 Sep 2021 16:20:09 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mail; t=1630675209; bh=krGlSVSkSkSmaXlKQ6wcnhIdJEsRCYY/i7ZYa31zH+Q=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=oVvykQocVsinRLBunBp2majosCIVP9bmv31d4EhvMbpTtkydRlhB0gSXKkA3pIJvl UBxm0EuleGl8RODzRuYhvHhuqeKMY2PovyGBgO75YTpybruK5U7Maj7xNDDWV8/8sS v69he5gz0y1EVoAcQ+jYWDXYzvauB3nimXM/h988= Subject: Re: psql: \dl+ to list large objects privileges To: Georgios Kokolatos , pgsql-hackers@lists.postgresql.org Cc: Pavel Luzanov References: <6d722115-6297-bc53-bb7f-5f150e765299@postgrespro.ru> <163067194414.1167.8140856874411625212.pgcf@coridan.postgresql.org> <163067311464.1167.13782276673681988632.pgcf@coridan.postgresql.org> From: Pavel Luzanov Message-ID: <943dfff6-bcda-4481-0cbf-0dd26b8949a8@postgrespro.ru> Date: Fri, 3 Sep 2021 16:20:09 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <163067311464.1167.13782276673681988632.pgcf@coridan.postgresql.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hello, Thank you very much for review. > Since '\dl' already contains description, it might be worthwhile to consider to add the column `Access privileges` > without introducing a verbose version. I thought about it. The reason why I decided to add the verbose version is because of backward compatibility. Perhaps the appearance of a new column in an existing command may become undesirable to someone. If we don't worry about backward compatibility, the patch will be easier. But I'm not sure this is the right approach. Pavel Luzanov Postgres Professional: https://postgrespro.com The Russian Postgres Company