Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fnolA-00051p-Tn for pgsql-docs@arkaria.postgresql.org; Thu, 09 Aug 2018 17:30:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fnol7-00062f-T9 for pgsql-docs@arkaria.postgresql.org; Thu, 09 Aug 2018 17:30:01 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fnol7-00062M-NU for pgsql-docs@lists.postgresql.org; Thu, 09 Aug 2018 17:30:01 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fnol0-0005IB-0b for pgsql-docs@lists.postgresql.org; Thu, 09 Aug 2018 17:30:01 +0000 Received: from bruce by momjian.us with local (Exim 4.84_2) (envelope-from ) id 1fnokw-0007Nk-RQ; Thu, 09 Aug 2018 13:29:50 -0400 Date: Thu, 9 Aug 2018 13:29:50 -0400 From: Bruce Momjian To: ciwan1859@gmail.com, pgsql-docs@lists.postgresql.org Subject: Re: Doc update Message-ID: <20180809172950.GA19130@momjian.us> References: <153380485693.1303.7069225183576448836@wrigleys.postgresql.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <153380485693.1303.7069225183576448836@wrigleys.postgresql.org> User-Agent: Mutt/1.5.23 (2014-03-12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Thu, Aug 9, 2018 at 08:54:16AM +0000, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/sql-grant.html > Description: > > This line: > > The entries shown by \dp are interpreted thus: > > Should be updated to: > > The entries shown by \dp and \l are interpreted thus: Well, in that line it is referring to the use of \dp in the paragraph above. Looking at src/bin/psql/describe.c: https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/bin/psql/describe.c I see many references to printACLColumn(), which prints "Access privileges", specifically calls by: https://doxygen.postgresql.org/describe_8c.html#abd41ba75b2c775de9e9b38815d69cb5c Referenced by describeFunctions(), describeTablespaces(), describeTypes(), listAllDbs(), listDefaultACLs(), listDomains(), listForeignDataWrappers(), listForeignServers(), listLanguages(), listSchemas(), and permissionsList(). so we would need to list _all_ of these uses, which I don't think we want to do. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + As you are, so once was I. As I am, so you will be. + + Ancient Roman grave inscription +