public inbox for [email protected]
help / color / mirror / Atom feedDoc update
2+ messages / 2 participants
[nested] [flat]
* Doc update
@ 2018-08-09 08:54 PG Doc comments form <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: PG Doc comments form @ 2018-08-09 08:54 UTC (permalink / raw)
To: [email protected]; +Cc: [email protected]
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:
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Doc update
@ 2018-08-09 17:29 Bruce Momjian <[email protected]>
parent: PG Doc comments form <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Momjian @ 2018-08-09 17:29 UTC (permalink / raw)
To: [email protected]; [email protected]
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 <[email protected]> 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 +
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2018-08-09 17:29 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2018-08-09 08:54 Doc update PG Doc comments form <[email protected]>
2018-08-09 17:29 ` Bruce Momjian <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox