Re: Support logical replication of DDLs

From: Zheng Li <zhengli10(at)gmail(dot)com>
To: Ajin Cherian <itsajin(at)gmail(dot)com>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, Dilip Kumar <dilipbalaut(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-26 20:39:24
Message-ID: CAAD30UL=wV7pvdwJ6w5UQUc3urHs6W2vnomK2MKUyek3rzsKcA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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

Adding support for deparsing of:
COMMENT
ALTER DEFAULT PRIVILEGES
CREATE/DROP ACCESS METHOD

Regards,
Zheng

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Siddharth Jain 2022-10-27 00:30:00 How to load data from CSV into a table that has array types in its columns?
Previous Message Vijaykumar Jain 2022-10-26 17:04:13 Re: Multi master disjoint cluster

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2022-10-26 23:55:29 Re: confused with name in the pic
Previous Message samay sharma 2022-10-26 19:23:32 Re: Documentation for building with meson