Replication set management v5.6
Replication management and DDL
With the exception of bdr.alter_node_replication_sets
, the following
functions are considered to be DDL
. DDL replication and global locking
apply to them, if that's currently active. See DDL replication.
bdr.create_replication_set
This function creates a replication set.
Replication of this command is affected by DDL replication configuration, including DDL filtering settings.
Synopsis
bdr.create_replication_set(set_name name, replicate_insert boolean DEFAULT true, replicate_update boolean DEFAULT true, replicate_delete boolean DEFAULT true, replicate_truncate boolean DEFAULT true, autoadd_tables boolean DEFAULT false, autoadd_existing boolean DEFAULT true)
Parameters
set_name
— Name of the new replication set. Must be unique across the PGD group.replicate_insert