Re: why can't a table be part of the same publication as its schema
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Cc: vignesh C <vignesh21@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers <pgsql-hackers@postgresql.org>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2022-09-17T03:21:33Z
Lists: pgsql-hackers
Attachments
- v5-0001-Allow-publications-with-schema-and-table-of-the-s.patch (application/octet-stream) patch v5-0001
On Fri, Sep 16, 2022 at 1:09 PM houzj.fnst@fujitsu.com <houzj.fnst@fujitsu.com> wrote: > > Attach the new version patch which addressed above comments and ran pgident. > I also improved some codes and documents based on some comments > given by Vignesh and Peter offlist. > Thanks, the patch looks mostly good to me. I have made a few cosmetic changes and edited a few comments. I would like to push this to HEAD and backpatch it to 15 by Tuesday unless there are any comments. I think we should back patch this because otherwise, users will see a change in behavior in 16 but if others don't think the same way then we can consider pushing this to HEAD only. -- With Regards, Amit Kapila.
Commits
-
Allow publications with schema and table of the same schema.
- 13a185f54ba5 16.0 landed
- b7256753ec25 15.0 landed