pg_createsubscriber: publication-name and subscription-name options do not exist
The Post Office <noreply@postgresql.org>
From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: christophe.courtois@dalibo.com
Date: 2024-11-29T12:06:20Z
Lists: 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,
Commits
-
doc: Clarify some terms for pg_createsubscriber
- 7a35052a2b6e 17.3 landed
- 8817e8d3a4e5 18.0 landed