From a1449fe87c7ac232981946d0993386d461e957b3 Mon Sep 17 00:00:00 2001 From: Vignesh Date: Wed, 26 Feb 2025 10:41:29 +0530 Subject: [PATCH] Enhances pg_createsubscriber documentation for the -d option. Enhance pg_createsubscriber documentation to mention a) if the -database option is not specified it will obtain the database name from --publisher-server option. b) if the database name is not specified in either the --database option or --publisher-server option, an error is reported. --- doc/src/sgml/ref/pg_createsubscriber.sgml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml index 65caa3f5095..cab820b991b 100644 --- a/doc/src/sgml/ref/pg_createsubscriber.sgml +++ b/doc/src/sgml/ref/pg_createsubscriber.sgml @@ -94,7 +94,10 @@ PostgreSQL documentation The name of the database in which to create a subscription. Multiple databases can be selected by writing multiple - switches. + switches. If this option is not provided, the database name will be + obtained from . If the database name is not specified + in either the option or , an + error is reported. -- 2.43.0