PGD functions that behave like DDL v5.6.1
Warning: You are not reading the most recent version of this documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
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_setbdr.alter_replication_setbdr.drop_replication_setbdr.replication_set_add_tablebdr.replication_set_remove_tablebdr.replication_set_add_ddl_filterbdr.replication_set_remove_ddl_filter
Conflict management:
bdr.alter_table_conflict_detectionbdr.column_timestamps_enable(deprecated; usebdr.alter_table_conflict_detection())bdr.column_timestamps_disable(deprecated; usebdr.alter_table_conflict_detection())
Sequence management:
Stream triggers: