Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Shubham Khanna <khannashubham1197(at)gmail(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, Nisha Moond <nisha(dot)moond412(at)gmail(dot)com>, Ajin Cherian <itsajin(at)gmail(dot)com>, "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Date: 2025-03-25 12:00:12
Message-ID: CAExHW5vmFRGigJCEUE9igsJhbsGhjgirTZwfACh8TQo-bW20hA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Mar 20, 2025 at 5:54 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>
> * <refsynopsisdiv>
> + <cmdsynopsis>
> + <command>pg_createsubscriber</command>
> + <arg rep="repeat"><replaceable>option</replaceable></arg>
> + <group choice="plain">
> + <group choice="req">
> + <arg choice="plain"><option>-a</option></arg>
> + <arg choice="plain"><option>--all</option></arg>
> + </group>
> + <group choice="req">
> + <arg choice="plain"><option>-D</option> </arg>
> + <arg choice="plain"><option>--pgdata</option></arg>
> + </group>
> + <replaceable>datadir</replaceable>
> + <group choice="req">
> + <arg choice="plain"><option>-P</option></arg>
> + <arg choice="plain"><option>--publisher-server</option></arg>
> + </group>
> + <replaceable>connstr</replaceable>
>
> Most of this is unrelated to this patch. I suggest making a top-up
> patch, we can commit it separately.

Isn't this documenting -a/--all option in synopsis. Why do you think
it's unrelated?

--
Best Wishes,
Ashutosh Bapat

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2025-03-25 12:07:59 RE: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Previous Message Ashutosh Bapat 2025-03-25 11:54:34 Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.