pgsql: Doc: Clarify publication privilege requirements. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Clarify publication privilege requirements.
Date
Msg-id E1vYLBH-002PnT-33@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Clarify publication privilege requirements.

Update the logical replication documentation to explicitly outline the
privilege requirements for each publication syntax. This will ensure users
understand the necessary permissions when creating or managing
publications.

Author: Shlok Kyal <shlok.kyal.oss@gmail.com>
Reviewed-by: Peter Smith <smithpb2250@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: David G. Johnston <david.g.johnston@gmail.com>
Discussion: https://postgr.es/m/CANhcyEXODen4U0XLk0aAwFTwGxjAfE9eRaynREenLp-JBSaFHw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Richard Guo
Date:
Subject: pgsql: Optimize ROW(...) IS [NOT] NULL using non-nullable fields
Next
From: Amit Kapila
Date:
Subject: pgsql: Update comments to reflect changes in 8e0d32a4a1.