Re: pg_createsubscriber: publication-name and subscription-name options do not exist

From: Shubham Khanna <khannashubham1197(at)gmail(dot)com>
To: christophe(dot)courtois(at)dalibo(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: pg_createsubscriber: publication-name and subscription-name options do not exist
Date: 2024-12-02 09:30:13
Message-ID: CAHv8RjL1iz=ttummTB47sNWTR3PDJVrrhf2fpTe9fZmy0Uwcvw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Mon, Dec 2, 2024 at 2:57 PM PG Doc comments form
<noreply(at)postgresql(dot)org> wrote:
>
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/17/app-pgcreatesubscriber.html
> Description:
>
> The page https://www.postgresql.org/docs/17/app-pgcreatesubscriber.html
> mentions these two options:
> “If publication-name option is not specified …“
> “If subscription-name is not specified …“
>
> while `pg_createsubscriber --help` returns:
>
> --publication=NAME publication name
> --replication-slot=NAME replication slot name
> --subscription=NAME subscription name
>
> I suppose that the options should be respectively --publication and
> --subscription.
>

I have updated the Documentation for pg_createsubscriber with the
suggested changes. The attached Patch contains the required changes.

Thanks and regards,
Shubham Khanna.

Attachment Content-Type Size
v1-0001-DOCS-Fix.patch application/octet-stream 2.1 KB

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message vignesh C 2024-12-02 11:27:34 Re: pg_createsubscriber: publication-name and subscription-name options do not exist
Previous Message PG Doc comments form 2024-11-29 12:06:20 pg_createsubscriber: publication-name and subscription-name options do not exist