- -R
- --remove
+ -R objtype
+ --remove=objtype
Remove all objects of the specified type from specified databases on the
target server.
- 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.
+
+
+ publications :
+ The FOR 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.
+
+
+
- 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 .
+ The objects selected to be dropped are individually logged, including during
+ a --dry-run . There is no opportunity to affect or stop the
+ dropping of the selected objects, so consider taking a backup of them