@@ -29,11 +29,11 @@ ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> WITH ( <repl
29
29
| PUBLISH UPDATE | NOPUBLISH UPDATE
30
30
| PUBLISH DELETE | NOPUBLISH DELETE
31
31
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>
34
32
ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> ADD TABLE [ ONLY ] <replaceable class="PARAMETER">table_name</replaceable> [ * ] [, ...]
35
33
ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> SET TABLE [ ONLY ] <replaceable class="PARAMETER">table_name</replaceable> [ * ] [, ...]
36
34
ALTER 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>
37
37
</synopsis>
38
38
</refsynopsisdiv>
39
39
@@ -79,24 +79,6 @@ ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> DROP TABLE [
79
79
</listitem>
80
80
</varlistentry>
81
81
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
-
100
82
<varlistentry>
101
83
<term><literal>PUBLISH INSERT</literal></term>
102
84
<term><literal>NOPUBLISH INSERT</literal></term>
@@ -124,6 +106,24 @@ ALTER PUBLICATION <replaceable class="PARAMETER">name</replaceable> DROP TABLE [
124
106
</para>
125
107
</listitem>
126
108
</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>
127
127
</variablelist>
128
128
</refsect1>
129
129
0 commit comments