-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
-
event_triggerfor automatic assignment:
https://github.com/2ndQuadrant/pglogical#automatic-assignment-of-replication-sets-for-new-tables
works only forCREATE TABLE -
there is a bug that prevents
event_triggerform being used forDROP TABLE:
https://www.postgresql.org/message-id/16177-053a34714817c3e1%40postgresql.org
BUG #16177: pg_event_trigger_ddl_commands() returns empty set ... -
here is possible solution proposed by Álvaro Herrera:
https://www.postgresql.org/message-id/20191224161828.GA14840%40alvherre.pgsql
I wonder if it's possible for pglogical to register pg_depend entries to
the replication set, so that the repset membership is dropped alongside
the table.
Metadata
Metadata
Assignees
Labels
No labels