Re: Added schema level support for publication.
vignesh C <vignesh21@gmail.com>
From: vignesh C <vignesh21@gmail.com>
To: Ajin Cherian <itsajin@gmail.com>
Cc: "tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>,
Rahila Syed <rahilasyed90@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-16T14:41:08Z
Lists: pgsql-hackers
Attachments
- v6-0001-Added-schema-level-support-for-publication.patch (text/x-patch) patch v6-0001
- v6-0002-Tests-and-documentation-for-schema-level-support-.patch (text/x-patch) patch v6-0002
- v6-0003-Added-skip-table-option-to-skip-tables-for-all-ta.patch (text/x-patch) patch v6-0003
- v6-0004-Tests-and-documentation-for-skip_table-support-fo.patch (text/x-patch) patch v6-0004
On Wed, Jun 16, 2021 at 5:12 PM Ajin Cherian <itsajin@gmail.com> wrote: > > On Sat, Jun 5, 2021 at 11:32 PM vignesh C <vignesh21@gmail.com> wrote: > > > Thanks for identifying and reporting this issue. I have \dn with the > > equivalent query to display only the publication name. The updated > > patch has the fix for the same. > > > > The patch no longer applies, I think a recent change to tab-complete > has broken it. Thanks for reporting it, the attached patch is a rebased version of the patch with few review comment fixes, I will reply with the comment fixes to the respective mails. Regards, Vignesh
Commits
-
Include schema/table publications even with exclude options in dump.
- 4aa6fa3cd0a2 18.0 landed
-
Rename some enums to use TABLE instead of REL.
- b3812d0b9bcf 15.0 landed
-
Add tap tests for the schema publications.
- 6b0f6f79eef2 15.0 landed
-
Allow publishing the tables of schema.
- 5a2832465fd8 15.0 landed
-
In pg_dump, use simplehash.h to look up dumpable objects by OID.
- 92316a4582a5 15.0 cited