| Slony-I 2.0.8 Documentation | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Chapter 6. Schema schemadoc | Fast Forward | Next | 
6.14. Table: sl_sequence
Similar to sl_table, each entry identifies a sequence being replicated.
Structure of sl_sequence
- seq_id
- integer PRIMARY KEY - An internally-used ID for Slony-I to use in its sequencing of updates 
- seq_reloid
- oid UNIQUE NOT NULL - The OID of the sequence object 
- seq_relname
- name NOT NULL - The name of the sequence in pg_catalog.pg_class.relname used to recover from a dump/restore cycle 
- seq_nspname
- name NOT NULL - The name of the schema in pg_catalog.pg_namespace.nspname used to recover from a dump/restore cycle 
- seq_set
- integer REFERENCES sl_set - Indicates which replication set the object is in 
- seq_comment
- text - A human-oriented comment