Enhances pg_createsubscriber documentation for the -d option.
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-02-26T06:03:54Z
Lists: pgsql-hackers
Attachments
- 0001-Enhances-pg_createsubscriber-documentation-for-the-d.patch (application/octet-stream) patch 0001
Hi, Currently, pg_createsubscriber converts streaming replication to logical replication using the specified database name. If the database name is not provided, it is obtained from the --publisher-server option. If the database name is not specified in either the --database or --publisher-server option, an error is reported. This behavior is not documented. The attached patch includes the necessary documentation updates. Regards, Vignesh
Commits
-
Doc: Additional clarification for -d option of pg_createsubscriber.
- 845511a72ad0 18.0 landed