pg_createsubscriber: publication-name and subscription-name options do not exist - Mailing list pgsql-docs

From PG Doc comments form
Subject pg_createsubscriber: publication-name and subscription-name options do not exist
Date
Msg-id 173288198026.714.15127074046508836738@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
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.

Yours,

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Creation of extensions and Backend C/C++ functions.
Next
From: vignesh C
Date:
Subject: Re: pg_createsubscriber: publication-name and subscription-name options do not exist