RE: Support logical replication of DDLs

From: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Japin Li <japinli(at)hotmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Dilip Kumar <dilipbalaut(at)gmail(dot)com>, rajesh singarapu <rajesh(dot)rs0541(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Zheng Li <zhengli10(at)gmail(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>
Subject: RE: Support logical replication of DDLs
Date: 2022-08-04 02:51:59
Message-ID: OS0PR01MB571633E6F582558AFC0BBB28949F9@OS0PR01MB5716.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Thursday, July 28, 2022 11:48 AM houzj(dot)fnst(at)fujitsu(dot)com wrote:
> >
> > Attach the new version patch set which added support for CREATE/ALTER
> > FUNCTION, CREATE/ALTER PROCEDURE, CREATE/ALTER TRIGGER, RENAME
> > TABLE/INDEX/SEQUENCE.
> >
> > Thanks to Vignesh for helping off list.
>
> Attach the new version patch set which added support for CREATE/ALTER
> OPERATOR [CLASS/FAMILY].
> The DROP case need some more handling and I will update it later.

Attach the new version patch which added support for
DROP/RENAME OPERATOR/FUNCTION and
CREATE DOMAIN and
CREATE/ALTER/DROP CAST in deparser.

Best regards,
Hou zj

Attachment Content-Type Size
v16-0004-Test-cases-for-DDL-replication.patch application/octet-stream 22.5 KB
v16-0001-Functions-to-deparse-DDL-commands.patch application/octet-stream 194.9 KB
v16-0002-Support-DDL-replication.patch application/octet-stream 124.3 KB
v16-0003-Support-CREATE-TABLE-AS-SELECT-INTO.patch application/octet-stream 15.1 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2022-08-04 04:45:22 Re: Purpose of DEFERRABLE _and_ INITIALLY DEFERRED foreign key constraint checking?
Previous Message Thomas Guyot 2022-08-04 02:22:52 Re: Is Client connections via ca.crt only possible?

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2022-08-04 02:54:41 Re: standby recovery fails (tablespace related) (tentative patch and discussion)
Previous Message Peter Smith 2022-08-04 02:42:38 Re: [PATCH] postgresql.conf.sample comment alignment.