From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Refactor documentation about privileges to centralize the info. |
Date: | 2018-12-03 16:40:55 |
Message-ID: | E1gTrHD-0003tC-Q1@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Refactor documentation about privileges to centralize the info.
Expand section 5.6 "Privileges" to include the full definition of
each privilege type, and an explanation of aclitem privilege displays,
along with some helpful summary tables. Most of this material came
out of the GRANT reference page, although some of it is new.
Adjust a bunch of links that were pointing to GRANT to point to 5.6.
Fabien Coelho and Tom Lane, reviewed by Bradley DeJong
Discussion: https://postgr.es/m/alpine.DEB.2.21.1807311735200.20743@lancre
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/afc4a78a30146a0db415c5c2bbf460e5a576d70f
Modified Files
--------------
doc/src/sgml/catalogs.sgml | 54 +--
doc/src/sgml/ddl.sgml | 529 ++++++++++++++++++++++++-
doc/src/sgml/func.sgml | 41 +-
doc/src/sgml/ref/alter_default_privileges.sgml | 7 +-
doc/src/sgml/ref/create_function.sgml | 2 +-
doc/src/sgml/ref/grant.sgml | 312 ++-------------
doc/src/sgml/ref/psql-ref.sgml | 14 +-
doc/src/sgml/ref/revoke.sgml | 20 +-
8 files changed, 589 insertions(+), 390 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Etsuro Fujita | 2018-12-04 08:20:32 | pgsql: postgres_fdw: Improve cost and size estimation for aggregate pus |
Previous Message | Michael Paquier | 2018-12-03 06:43:58 | Re: pgsql: Avoid duplicate XIDs at recovery when building initial snapshot |