Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Shubham Khanna <khannashubham1197@gmail.com>
From: Shubham Khanna <khannashubham1197@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-01-22T13:59:09Z
Lists: pgsql-hackers
Attachments
- v1-0001-Enhance-pg_createsubscriber-to-fetch-and-append-a.patch (application/octet-stream) patch v1-0001
Hi all, I am writing to propose an enhancement to the pg_createsubscriber utility that enables it to automatically fetch all non-template databases from the publisher when no specific databases are specified by the user. This was an open item from [1] that was planned for future implementation. The attached patch has the changes for the same. [1] - https://www.postgresql.org/message-id/CAA4eK1%2BJpALAokLqxVsQKgo9iFrO-zChfvNXXJMkC8jUgYykBw%40mail.gmail.com Thanks and regards, Shubham Khanna.
Commits
-
Cosmetic fixes for pg_createsubscriber's -all option.
- d438515c29c3 18.0 landed
-
pg_createsubscriber: Add '--all' option.
- fb2ea12f42b9 18.0 landed