RE: Support logical replication of DDLs - Mailing list pgsql-hackers

From houzj.fnst@fujitsu.com
Subject RE: Support logical replication of DDLs
Date
Msg-id OS0PR01MB5716FCCEF8009E4464042476948E9@OS0PR01MB5716.jpnprd01.prod.outlook.com
Whole thread Raw
In response to RE: Support logical replication of DDLs  ("houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>)
Responses Re: Support logical replication of DDLs
RE: Support logical replication of DDLs
List pgsql-hackers
On Tuesday, July 12, 2022 5:04 PM houzj.fnst@fujitsu.com <houzj.fnst@fujitsu.com> wrote:
> On Friday, July 8, 2022 10:26 AM Peter Smith <smithpb2250@gmail.com>
> wrote:
> 
> 
> > Here are some review comments for the patch v11-0001:
> 
> Attach the V12 patch set which include the following changes:
> 
> * Address comments from peter[1]
> * Refactor the deparser and provide an option to control whether output the
> "not present" syntax part.
>   And for DDL replication, we don't WAL log the "not present" syntax string for
> now.
> * Address most comments from Vignesh[2] except the one about pg_dump
>   vs the event trigger for ddl replication which need some more research.

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.

Best regards,
Hou zj


Attachment

pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: Allowing REINDEX to have an optional name
Next
From: Alexander Korotkov
Date:
Subject: Re: PATCH: Add Table Access Method option to pgbench