Re: Support logical replication of DDLs

From: Ajin Cherian <itsajin(at)gmail(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Zheng Li <zhengli10(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>, Peter Smith <smithpb2250(at)gmail(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Japin Li <japinli(at)hotmail(dot)com>, rajesh singarapu <rajesh(dot)rs0541(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Support logical replication of DDLs
Date: 2022-10-24 12:29:34
Message-ID: CAFPTHDbGRpXOF-j+oemm=xkzjrh-ZnqPV7SMS_+QBPYdUwhWxg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Wed, Oct 19, 2022 at 4:48 PM vignesh C <vignesh21(at)gmail(dot)com> wrote:
>

> This patch also includes changes for replication of:
> CREATE/ALTER/DROP STATISTICS
> and pgindent fixes for the ddl replication code.
> Thanks for the comments, the attached v30 patch has the changes for the same.
>

Adding support for deparsing of CREATE/ALTER/DROP LANGUAGE for ddl replication.

regards,
Ajin Cherian
Fujitsu Australia

Attachment Content-Type Size
v31-0004-Test-cases-for-DDL-replication.patch application/octet-stream 24.6 KB
v31-0003-Support-CREATE-TABLE-AS-SELECT-INTO.patch application/octet-stream 15.0 KB
v31-0002-Support-DDL-replication.patch application/octet-stream 132.5 KB
v31-0001-Functions-to-deparse-DDL-commands.patch application/octet-stream 307.6 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vince McMahon 2022-10-24 14:31:44 Re: Explain returns different number of rows
Previous Message Peter J. Holzer 2022-10-24 12:06:42 Re: PostgreSql Service different path

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Lawrence Barwick 2022-10-24 12:44:18 [patch] Have psql's \d+ indicate foreign partitions
Previous Message Alvaro Herrera 2022-10-24 12:22:16 Re: Issue in GIN fast-insert: XLogBeginInsert + Read/LockBuffer ordering