Re: Logical replication for DDL operations

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Rashmi V Bharadwaj <rvbharad(at)in(dot)ibm(dot)com>
Cc: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: Logical replication for DDL operations
Date: 2018-03-21 13:20:37
Message-ID: 20180321132037.xupmpyqwom4k5pnu@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Rashmi V Bharadwaj wrote:
> Hi,
>
> From the documentation I can see that using the logical replication JDBC API,
> we can only get the I/U/D operation details from the WAL log. Is there a way to
> get the DDL operations also?

No, unless you open to contribute to the development of such a feature
(it's 80% done -- only the hardest 20% remaining)

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Devrim Gündüz 2018-03-27 22:46:39 Re: First time installing
Previous Message Rashmi V Bharadwaj 2018-03-21 07:29:48 Logical replication for DDL operations