|
|
@ -62,11 +62,12 @@ ALTER PUBLICATION <replaceable class="parameter">name</replaceable> RENAME TO <r |
|
|
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
<para> |
|
|
|
You must own the publication to use <command>ALTER PUBLICATION</command>. |
|
|
|
You must own the publication to use <command>ALTER PUBLICATION</command>. |
|
|
|
|
|
|
|
Adding a table to a publication additionally requires owning that table. |
|
|
|
To alter the owner, you must also be a direct or indirect member of the new |
|
|
|
To alter the owner, you must also be a direct or indirect member of the new |
|
|
|
owning role. The new owner must have <literal>CREATE</literal> privilege on |
|
|
|
owning role. The new owner must have <literal>CREATE</literal> privilege on |
|
|
|
the database. Also, the new owner of a <literal>FOR ALL TABLES</literal> |
|
|
|
the database. Also, the new owner of a <literal>FOR ALL TABLES</literal> |
|
|
|
publication must be a superuser. However, a superuser can change the |
|
|
|
publication must be a superuser. However, a superuser can change the |
|
|
|
ownership of a publication while circumventing these restrictions. |
|
|
|
ownership of a publication regardless of these restrictions. |
|
|
|
</para> |
|
|
|
</para> |
|
|
|
</refsect1> |
|
|
|
</refsect1> |
|
|
|
|
|
|
|
|
|
|
|