From 0b2b7fe187f2216b4cd5a8fea3828d9e0b37e4bd Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Thu, 3 Apr 2025 14:19:51 +1100 Subject: [PATCH v1] improvements for --remove option documentation --- doc/src/sgml/ref/pg_createsubscriber.sgml | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml index 1f0ddd7..73377aa 100644 --- a/doc/src/sgml/ref/pg_createsubscriber.sgml +++ b/doc/src/sgml/ref/pg_createsubscriber.sgml @@ -167,24 +167,31 @@ PostgreSQL documentation - - + + 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 . There is no opportunity to affect or stop the + dropping of the selected objects, so consider taking a backup of them + using pg_dump. -- 1.8.3.1