Hi hackers, Thank you for developing a great feature. The following commit added a column to the pg_subscription catalog. https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=482675987bcdffb390ae735cfd5f34b485ae97c6 https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6
I found that the documentation of the pg_subscription catalog was missing an explanation of the columns subrunasowner and subpasswordrequired, so I attached a patch. Please fix the patch if you have a better explanation. Regards, Noriyoshi Shinoda -----Original Message----- From: Robert Haas <[email protected]> Sent: Wednesday, April 5, 2023 1:10 AM To: Noah Misch <[email protected]> Cc: Jeff Davis <[email protected]>; Jelte Fennema <[email protected]>; [email protected]; Andres Freund <[email protected]> Subject: Re: running logical replication as the subscription owner On Mon, Apr 3, 2023 at 10:09 PM Noah Misch <[email protected]> wrote: > I gather we agree on what to do for v16, which is good. I have committed the patches. -- Robert Haas EDB: http://www.enterprisedb.com
pg_subscription_doc_v1.diff
Description: pg_subscription_doc_v1.diff
