sl_tableHolds information about the tables being replicated.
Structure of sl_table
tab_idinteger PRIMARY KEY
Unique key for Slony-I to use to identify the table
tab_reloidoid UNIQUE NOT NULL
The OID of the table in pg_catalog.pg_class.oid
tab_relnamename NOT NULL
The name of the table in pg_catalog.pg_class.relname used to recover from a dump/restore cycle
tab_nspnamename NOT NULL
The name of the schema in pg_catalog.pg_namespace.nspname used to recover from a dump/restore cycle
tab_setinteger REFERENCES sl_set
ID of the replication set the table is in
tab_idxnamename NOT NULL
The name of the primary index of the table
tab_alteredboolean NOT NULL
Has the table been modified for replication?
tab_commenttext
Human-oriented description of the table
| Prev | Home | Next |
Table:
sl_subscribe | Up | add_empty_table_to_replication(integer, integer, text, text, text, text) |