PGD functions that behave like DDL v5
The following PGD management functions act like DDL. This means that, if DDL replication is active and DDL filter settings allow it, they attempt to take global locks, and their actions are replicated. For detailed information, see the documentation for the individual functions.
Replication set management:
bdr.create_replication_set
bdr.alter_replication_set
bdr.drop_replication_set
bdr.replication_set_add_table
bdr.replication_set_remove_table
bdr.replication_set_add_ddl_filter
bdr.replication_set_remove_ddl_filter
Conflict management:
bdr.alter_table_conflict_detection
bdr.column_timestamps_enable
(deprecated; usebdr.alter_table_conflict_detection()
)bdr.column_timestamps_disable
(deprecated; usebdr.alter_table_conflict_detection()
)
Sequence management:
Stream triggers: