Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Date
Msg-id CAExHW5sQGie7bvS-q7YUYDM2BqYZ=+xqeqFUS=cZGjK_9pnVzQ@mail.gmail.com
Whole thread Raw
Responses Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
List pgsql-hackers
On Wed, Jan 22, 2025 at 7:29 PM Shubham Khanna
<khannashubham1197@gmail.com> wrote:
>
> Hi all,
>
> I am writing to propose an enhancement to the pg_createsubscriber
> utility that enables it to automatically fetch all non-template
> databases from the publisher when no specific databases are specified
> by the user. This was an open item from [1] that was planned for
> future implementation. The attached patch has the changes for the
> same.

I think the feature will be useful, but UI might cause some unwanted
results. If a user forgets to specify -d option, the utility will
create subscriptions to all the databases, some of which may or may
not have the publications. I think it's better to provide an option to
specify all databases explicitly (e.g. --all-databases).

--
Best Wishes,
Ashutosh Bapat



pgsql-hackers by date:

Previous
From: Erik Rijkers
Date:
Subject: Re: pgsql: Doc: Update the interaction of tablesync with wal_retrieve_retry
Next
From: Amit Kapila
Date:
Subject: Re: Pgoutput not capturing the generated columns