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: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>,
Brad DeJong <bpd0018@gmail.com>,
PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2018-11-30T21:44:54Z
Lists: pgsql-hackers
Attachments
- doc-default-perms-5.patch (text/x-diff) patch
Fabien COELHO <coelho@cri.ensmp.fr> writes: > Attached v4: > - moves the table to the privileges section > - updates the table column headers > - adds a privilege/aclitem letter mapping table > - adds some appropriate links towards psql & aclitem TBH, I don't think this goes nearly far enough. It seems like it is making the fragmentation of aclitem information worse not better. 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. regards, tom lane
Commits
-
Refactor documentation about privileges to centralize the info.
- afc4a78a3014 12.0 landed