Re: doc - improve description of default privileges
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Fabien COELHO <coelho@cri.ensmp.fr>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Brad DeJong <bpd0018@gmail.com>,
PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2018-12-03T16:42:20Z
Lists: pgsql-hackers
Fabien COELHO <coelho@cri.ensmp.fr> writes: >>> I feel if we're going to do anything, we should put a unified description >>> of privileges and aclitem-reading into section 5.6, and take that material >>> out of the various places where it lives now. Like the attached, in which >>> I failed to resist the temptation to wordsmith some stuff as well as move >>> it around. >> I looked at the psql manpage and the HTML rendering of section 5.6 and >> it all looks good to me. > Indeed, this looks great, a precise and full description of privileges > just in one place. Pushed (with a little bit more tweaking). regards, tom lane
Commits
-
Refactor documentation about privileges to centralize the info.
- afc4a78a3014 12.0 landed