On Wed, Feb 26, 2025 at 4:48 PM vignesh C wrote:
>
> On Wed, 26 Feb 2025 at 14:35, Amit Kapila wrote:
> >
> > How about changing it slightly as follows to make it clear: "If
> > -doption is not provided, the database name will be
> > obtained from -P. If the database name is not
> > specified in
error will be reported."?
Looks good to me, here is an updated v2 version with the changes.
Regards,
Vignesh
From 600e8092d3612c0f66d65b50664e96a83a18f14c Mon Sep 17 00:00:00 2001
From: Vignesh
Date: Wed, 26 Feb 2025 10:41:29 +0530
Subject: [PATCH v2] Enhances pg_createsubscriber documentation
On Wed, Feb 26, 2025 at 11:34 AM vignesh C wrote:
>
> Currently, pg_createsubscriber converts streaming replication to
> logical replication using the specified database name. If the database
> name is not provided, it is obtained from the --publisher-server
> option. If the database name is not s
Hi,
Currently, pg_createsubscriber converts streaming replication to
logical replication using the specified database name. If the database
name is not provided, it is obtained from the --publisher-server
option. If the database name is not specified in either the --database
or --publisher-server