| Slony-I 1.2.23 Documentation | ||||
|---|---|---|---|---|
| Prev | Fast Backward | Chapter 1. Schema schemadoc | Fast Forward | Next | 
1.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 sdequence 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