Slony-I 2.2.10 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 8. Schema schemadoc | Fast Forward | Next |
8.20. Table: sl_set
Holds definitions of replication sets.
Structure of sl_set
- set_id
integer PRIMARY KEY
A unique ID number for the set.
- set_origin
integer REFERENCES sl_node
The ID number of the source node for the replication set.
- set_locked
bigint
Transaction ID where the set was locked.
- set_comment
text
A human-oriented description of the set.
Tables referencing sl_sequence via Foreign Key Constraints