Slony-I 2.2.10 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Fast Forward | Next |
SLONIK SET DROP TABLE
Description
Drop a table from a replication set.
- ORIGIN = ival
Origin node for the set. A future version of slonik might figure out this information by itself.
- ID = ival
Unique ID of the table.
This uses schemadocsetdroptable(p_tab_id integer).
Locking Behaviour
This operation must acquire an exclusive lock on the table being dropped from replication in order to alter it to drop the replication trigger. On subscriber nodes, this also involves adding back any rules/triggers that have been hidden.