Slony-I 2.2.4 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 8. Schema schemadoc | Fast Forward | Next |
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 with time zone DEFAULT (timeofday())::timestamp with time zone
When this event was confirmed
Indexes on sl_confirm
con_origin, con_received, con_seqno
con_received, con_seqno