We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e51a3 commit cc865c0Copy full SHA for cc865c0
doc/src/sgml/ref/alter_publication.sgml
@@ -62,11 +62,12 @@ ALTER PUBLICATION <replaceable class="parameter">name</replaceable> RENAME TO <r
62
63
<para>
64
You must own the publication to use <command>ALTER PUBLICATION</command>.
65
+ Adding a table to a publication additionally requires owning that table.
66
To alter the owner, you must also be a direct or indirect member of the new
67
owning role. The new owner must have <literal>CREATE</literal> privilege on
68
the database. Also, the new owner of a <literal>FOR ALL TABLES</literal>
69
publication must be a superuser. However, a superuser can change the
- ownership of a publication while circumventing these restrictions.
70
+ ownership of a publication regardless of these restrictions.
71
</para>
72
</refsect1>
73
0 commit comments