@@ -29,11 +29,11 @@ ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> WITH ( <repl
2929 | PUBLISH UPDATE | NOPUBLISH UPDATE
3030 | PUBLISH DELETE | NOPUBLISH DELETE
3131
32- ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> OWNER TO { <replaceable>new_owner</replaceable> | CURRENT_USER | SESSION_USER }
33- ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> RENAME TO <replaceable>new_name</replaceable>
3432ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> ADD TABLE [ ONLY ] <replaceable class="PARAMETER">table_name</replaceable> [ * ] [, ...]
3533ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> SET TABLE [ ONLY ] <replaceable class="PARAMETER">table_name</replaceable> [ * ] [, ...]
3634ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> DROP TABLE [ ONLY ] <replaceable class="PARAMETER">table_name</replaceable> [ * ] [, ...]
35+ ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> OWNER TO { <replaceable>new_owner</replaceable> | CURRENT_USER | SESSION_USER }
36+ ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> RENAME TO <replaceable>new_name</replaceable>
3737</synopsis>
3838 </refsynopsisdiv>
3939
@@ -79,24 +79,6 @@ ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> DROP TABLE [
7979 </listitem>
8080 </varlistentry>
8181
82- <varlistentry>
83- <term><replaceable class="parameter">new_owner</replaceable></term>
84- <listitem>
85- <para>
86- The user name of the new owner of the publication.
87- </para>
88- </listitem>
89- </varlistentry>
90-
91- <varlistentry>
92- <term><replaceable class="parameter">new_name</replaceable></term>
93- <listitem>
94- <para>
95- The new name for the publication.
96- </para>
97- </listitem>
98- </varlistentry>
99-
10082 <varlistentry>
10183 <term><literal>PUBLISH INSERT</literal></term>
10284 <term><literal>NOPUBLISH INSERT</literal></term>
@@ -124,6 +106,24 @@ ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> DROP TABLE [
124106 </para>
125107 </listitem>
126108 </varlistentry>
109+
110+ <varlistentry>
111+ <term><replaceable class="parameter">new_owner</replaceable></term>
112+ <listitem>
113+ <para>
114+ The user name of the new owner of the publication.
115+ </para>
116+ </listitem>
117+ </varlistentry>
118+
119+ <varlistentry>
120+ <term><replaceable class="parameter">new_name</replaceable></term>
121+ <listitem>
122+ <para>
123+ The new name for the publication.
124+ </para>
125+ </listitem>
126+ </varlistentry>
127127 </variablelist>
128128 </refsect1>
129129
0 commit comments