pgsql: Refactor documentation about privileges to centralize the info.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Refactor documentation about privileges to centralize the info.
Дата
Msg-id E1gTrHD-0003tC-Q1@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add some missing schema qualifications
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: postgres_fdw: Improve cost and size estimation for aggregatepus