Doc: fix description of privileges needed for ALTER PUBLICATION.

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

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