File tree Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Expand file tree Collapse file tree 1 file changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -167,24 +167,31 @@ PostgreSQL documentation
167
167
</varlistentry>
168
168
169
169
<varlistentry>
170
- <term><option>-R</option></term>
171
- <term><option>--remove</option></term>
170
+ <term><option>-R <replaceable class="parameter">objtype</replaceable> </option></term>
171
+ <term><option>--remove=<replaceable class="parameter">objtype</replaceable> </option></term>
172
172
<listitem>
173
173
<para>
174
174
Remove all objects of the specified type from specified databases on the
175
175
target server.
176
176
</para>
177
177
<para>
178
- publications: The "all tables" publications established for this
179
- subscriber are always removed; specifying this object type causes all
180
- other publications replicated from the source server to be dropped as
181
- well.
178
+ <itemizedlist>
179
+ <listitem>
180
+ <para>
181
+ <literal>publications</literal>:
182
+ The <literal>FOR ALL TABLES</literal> publications established for this
183
+ subscriber are always removed; specifying this object type causes all
184
+ other publications replicated from the source server to be dropped as
185
+ well.
186
+ </para>
187
+ </listitem>
188
+ </itemizedlist>
182
189
</para>
183
190
<para>
184
- The objects selected to be dropped are individually logged and do show
185
- up in a --dry-run. There is no opportunity to affect or stop the
186
- dropping of the selected objects so consider taking a backup of them
187
- using pg_dump.
191
+ The objects selected to be dropped are individually logged, including during
192
+ a <option> --dry-run</option> . There is no opportunity to affect or stop the
193
+ dropping of the selected objects, so consider taking a backup of them
194
+ using <application> pg_dump</application> .
188
195
</para>
189
196
</listitem>
190
197
</varlistentry>
You can’t perform that action at this time.
0 commit comments