Slony-I 2.1.4 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 8. Schema schemadoc | Fast Forward | Next |
Holds connection information for the paths between nodes, and the synchronisation delay
Structure of sl_path
integer PRIMARY KEY REFERENCES sl_node
The Node ID # (from sl_node.no_id) of the data source
integer PRIMARY KEY REFERENCES sl_node
The Node ID # (from sl_node.no_id) of the data target
text NOT NULL
The PostgreSQL connection string used to connect to the source node.
integer
The synchronisation delay, in seconds
Tables referencing sl_listen via Foreign Key Constraints