pgsql: Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page.
Date: 2024-04-24 14:19:12
Message-ID: E1rzdSq-003f9S-Eb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page.

Since schemas have more than one kind of privilege, we should
use the synopsis form that shows the privilege being possibly
repeated.

Yugo Nagata

Discussion: https://postgr.es/m/20240424155052.7ac0d0773e4ae27ab723faea@sraoss.co.jp

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6189a0d3795e10b32753eb7ae3d155429b8fd4cd

Modified Files
--------------
doc/src/sgml/ref/alter_default_privileges.sgml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-04-24 14:19:13 pgsql: Doc: fix minor oversight in ALTER DEFAULT PRIVILEGES ref page.
Previous Message Peter Eisentraut 2024-04-24 12:57:15 Re: pgsql: Refactor libpq state machine for negotiating encryption