Re: doc - improve description of default privileges
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Brad DeJong <bpd0018@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Fabien COELHO <coelho@cri.ensmp.fr>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2018-10-01T05:47:18Z
Lists: pgsql-hackers
On Fri, Sep 28, 2018 at 04:15:13PM -0300, Alvaro Herrera wrote: > There is a legitimate point in doing this, though, since the GRANT page > is already explaining how does psql display privileges. Maybe the right > solution is move that stuff all to the psql documentation, and alter the > GRANT page to list privileges in terms of their names rather than the > way psql displays them. (And of course add cross-links, so that it all > makes sense.) This point is interesting, and that looks rather right to me. I looked at the patch and listing psql commands on the page for GRANT is a strange concept in my opinion. Moved to next CF. -- Michael
Commits
-
Refactor documentation about privileges to centralize the info.
- afc4a78a3014 12.0 landed