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 CAExHW5vmFRGigJCEUE9igsJhbsGhjgirTZwfACh8TQo-bW20hA@mail.gmail.com
Whole thread Raw
In response to Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
List pgsql-hackers
On Thu, Mar 20, 2025 at 5:54 PM Amit Kapila <amit.kapila16@gmail.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



pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.