Doc: fix description of privileges needed for ALTER PUBLICATION.

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

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