Holds confirmation of replication events. After a period of time, Slony removes old confirmed events from both this table and the sl_event table.
Structure of sl_confirm
integer
The ID # (from sl_node.no_id) of the source node for this event
integer
bigint
The ID # for the event
timestamp without time zone DEFAULT (timeofday())::timestamp without time zone
When this event was confirmed
Indexes on sl_confirm
con_origin, con_received, con_seqno
con_received, con_seqno