[COMMITTERS] pgsql: Doc: fix missing explanation of default object privileges.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Doc: fix missing explanation of default object privileges.
Дата
Msg-id E1e2O4M-0006te-Bi@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: fix missing explanation of default object privileges.

The GRANT reference page, which lists the default privileges for new
objects, failed to mention that USAGE is granted by default for data
types and domains.  As a lesser sin, it also did not specify anything
about the initial privileges for sequences, FDWs, foreign servers,
or large objects.  Fix that, and add a comment to acldefault() in the
probably vain hope of getting people to maintain this list in future.

Noted by Laurenz Albe, though I editorialized on the wording a bit.
Back-patch to all supported branches, since they all have this behavior.

Discussion: https://postgr.es/m/1507620895.4152.1.camel@cybertec.at

Branch
------
REL9_2_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bc639d4885158677ca682360b22f83709435a8ec

Modified Files
--------------
doc/src/sgml/ref/grant.sgml | 20 +++++++++++++++-----
src/backend/utils/adt/acl.c |  4 +++-
2 files changed, 18 insertions(+), 6 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix mistakes in comments.
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Prevent idle in transaction session timeout from sometimesbeing