sl_sequenceSimilar to sl_table, each entry identifies a sequence being replicated.
Structure of sl_sequence
seq_idinteger PRIMARY KEY
An internally-used ID for Slony-I to use in its sequencing of updates
seq_reloidoid UNIQUE NOT NULL
The OID of the sequence object
seq_relnamename NOT NULL
The name of the sequence in pg_catalog.pg_class.relname used to recover from a dump/restore cycle
seq_nspnamename NOT NULL
The name of the schema in pg_catalog.pg_namespace.nspname used to recover from a dump/restore cycle
seq_setinteger REFERENCES sl_set
Indicates which replication set the object is in
seq_commenttext
A human-oriented comment