pgsql: Doc: fix description of privileges needed for ALTER PUBLICATION.

Started by Tom Laneover 5 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Doc: fix description of privileges needed for ALTER PUBLICATION.

Adding a table to a publication requires ownership of the table
(in addition to ownership of the publication). This was mentioned
nowhere.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0725bf3aac643b077b031139a61d2a9b298cc0fe

Modified Files
--------------
doc/src/sgml/ref/alter_publication.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)