pgsql: doc: restructure ALTER DEFAULT PRIVILEGES

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: restructure ALTER DEFAULT PRIVILEGES
Date: 2023-11-13 19:28:01
Message-ID: E1r2cbJ-005HzI-8q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: restructure ALTER DEFAULT PRIVILEGES

Clarify that default privileges are not inherited and reorder
paragraphs. This is a follow up to a recent ALTER DEFAULT PRIVILEGES
doc patch.

Reported-by: Sanjay Minni

Diagnosed-by: AMpxBo=M35hcH1g4Vg=KRJ0-77FOJcvdrdiVF5KSOAdOG-LvKQ(at)mail(dot)gmail(dot)com

Co-authored-by: Laurenz Albe

Backpatch-through: 16

Branch
------
REL_16_STABLE

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

Modified Files
--------------
doc/src/sgml/ref/alter_default_privileges.sgml | 48 ++++++++++++++------------
1 file changed, 26 insertions(+), 22 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-11-13 19:31:07 Re: pgsql: doc: restructure ALTER DEFAULT PRIVILEGES
Previous Message Bruce Momjian 2023-11-13 19:04:00 pgsql: doc: correct description of libpq's PQsetnonblocking() mode