sl_pathHolds connection information for the paths between nodes, and the synchronisation delay
Structure of sl_path
pa_serverinteger PRIMARY KEY REFERENCES sl_node
The Node ID # (from sl_node.no_id) of the data source
pa_clientinteger PRIMARY KEY REFERENCES sl_node
The Node ID # (from sl_node.no_id) of the data target
pa_conninfotext NOT NULL
The PostgreSQL connection string used to connect to the source node.
pa_connretryinteger
The synchronisation delay, in seconds
Tables referencing sl_listen via Foreign Key Constraints