Holds information about the tables being replicated.
Structure of sl_table
integer PRIMARY KEY
Unique key for Slony-I to use to identify the table
oid UNIQUE NOT NULL
The OID of the table in pg_catalog.pg_class.oid
name NOT NULL
The name of the table 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>
ID of the replication set the table is in
name NOT NULL
The name of the primary index of the table
boolean NOT NULL
Has the table been modified for replication?
text
Human-oriented description of the table
Tables referencing sl_trigger via Foreign Key Constraints