Re: doc - improve description of default privileges
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2018-08-04T09:40:33Z
Lists: pgsql-hackers
Attachments
- doc-default-perms-2.patch (text/plain) patch
> I have not found a convenient presentation of the default privileges for > different objects, and how to display them (if possible, not always). > > The information is partly provided within the GRANT description, and not very > explicit: eg it is said that owners have all possible perms, but which they > are is not said explicitely, although they are implied by the different GRANT > sysnopsys. Then some objects are given perms for the PUBLIC. > > The attached patch tries to improve the documentation, in particular with an > added table to summarizes my findings, so that they are recorded somewhere. The attached fixes the tablespace entry that I forgot to fill in full. -- Fabien.
Commits
-
Refactor documentation about privileges to centralize the info.
- afc4a78a3014 12.0 landed