Re: why can't a table be part of the same publication as its schema
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
Cc: vignesh C <vignesh21@gmail.com>, Amit Kapila <amit.kapila16@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-16T01:28:58Z
Lists: pgsql-hackers
Attachments
- v3-0001-Allow-creation-of-publication-with-schema-and-tab.patch (application/octet-stream) patch v3-0001
On Thu, Sep 15, 2022 at 10:57 PM houzj.fnst@fujitsu.com <houzj.fnst@fujitsu.com> wrote: > ... > Attach the new version patch which added suggested restriction for column list > and merged Vignesh's patch. > > Some other document might need to be updated. I will update them soon. > > Best regards, > Hou zj Hi Hou-san. FYI, I found your v3 patch apply was broken due to a very recent changes pushed: e.g. error: patch failed: doc/src/sgml/logical-replication.sgml:1142 ~~ PSA a rebase of your same patch (I left the version number the same) ------ Kind Regards, Peter Smith. Fujitsu Australia
Commits
-
Allow publications with schema and table of the same schema.
- 13a185f54ba5 16.0 landed
- b7256753ec25 15.0 landed