RE: Added schema level support for publication.

From: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com>, Greg Nancarrow <gregn4422(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Smith <smithpb2250(at)gmail(dot)com>, Ajin Cherian <itsajin(at)gmail(dot)com>, Rahila Syed <rahilasyed90(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
Subject: RE: Added schema level support for publication.
Date: 2021-10-18 06:13:44
Message-ID: OS0PR01MB5716B523961FE338EB9B3F9A94BC9@OS0PR01MB5716.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Saturday, October 16, 2021 1:57 PM houzj(dot)fnst(at)fujitsu(dot)com wrote:
> Based on the V40 patchset, attaching the Top-up patch which try to fix the
> partition issue in a cleaner way.

Attach the new version patch set which merge the partition fix into it.
Besides, instead of introducing new function and parameter, just add the
partition filter in pg_get_publication_tables which makes the code cleaner.

Only 0001 and 0003 was changed.

Best regards,
Hou zj

Attachment Content-Type Size
v41-0004-Documentation-for-FOR-ALL-TABLES-IN-SCHEMA-publi.patch application/octet-stream 14.7 KB
v41-0005-Implemented-pg_publication_objects-view.patch application/octet-stream 6.4 KB
v41-0001-Added-schema-level-support-for-publication.patch application/octet-stream 80.6 KB
v41-0002-Client-side-changes-to-support-FOR-ALL-TABLES-IN.patch application/octet-stream 21.6 KB
v41-0003-Tests-for-FOR-ALL-TABLES-IN-SCHEMA-publication.patch application/octet-stream 57.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message houzj.fnst@fujitsu.com 2021-10-18 06:16:20 RE: Added schema level support for publication.
Previous Message Amit Kapila 2021-10-18 06:00:43 Re: Data is copied twice when specifying both child and parent table in publication