2ndQuadrant / pglogical

Logical Replication extension for PostgreSQL 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.

Home Page:http://2ndquadrant.com/en/resources/pglogical/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unique constraints must not be deferrable

jitesh-co opened this issue · comments

I understand that pglogical currently does not provide support for deferred constraints on unique indexes. I wanted to know the reasoning behind this limitation. Is it possible to inquire about the rationale behind this design choice?

Given that pglogical 3.7 now includes support for deferrable unique constraints, I'm curious if there are any considerations or intentions to incorporate this feature into the open-source version of pglogical in the future.