Doc: fix description of privileges needed for ALTER PUBLICATION.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0725bf3aac643b077b031139a61d2a9b298cc0fe
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-01-12T17:52:24Z
Releases: 13.2
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.

Files

PathChange+/−
doc/src/sgml/ref/alter_publication.sgml modified +2 −1

Documentation touched