diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_createsubscriber.sgml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml index b4b996236e4..380d0b1c35c 100644 --- a/doc/src/sgml/ref/pg_createsubscriber.sgml +++ b/doc/src/sgml/ref/pg_createsubscriber.sgml @@ -147,6 +147,29 @@ PostgreSQL documentation </varlistentry> <varlistentry> + <term><option>-R</option></term> + <term><option>--remove</option></term> + <listitem> + <para> + Remove all objects of the specified type from specified databases on the + target server. + </para> + <para> + publications: The "all tables" publications established for this + subscriber are always removed; specifying this object type causes all + other publications replicated from the source server to be dropped as + well. + </para> + <para> + The objects selected to be dropped are individually logged and do show + up in a --dry-run. There is no opportunity to affect or stop the + dropping of the selected objects so consider taking a backup of them + using pg_dump. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-s <replaceable class="parameter">dir</replaceable></option></term> <term><option>--socketdir=<replaceable class="parameter">dir</replaceable></option></term> <listitem> |