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