The following functions exist to manage Replication Sets.
They are used in both BDR and UDR context.
Table 12-2. Replication Set functions
Function | Return Type | Description |
---|
bdr.table_set_replication_sets(p_relation regclass, p_sets text[])
| void | Sets the replication sets of a table. The previous assignment will
be overwritten.
|
bdr.table_get_replication_sets(relation regclass)
| text[] | Returns the replication sets the specified table is part of.
|