Slony1-2-Doc
- SLONIK_ADMIN_CONNINFO(7) preamble - identifying PostgreSQL database
- SLONIK_CLONE_FINISH(7) Complete cloning a node.
- SLONIK_CLONE_PREPARE(7) Prepare for cloning a node.
- SLONIK_CLUSTER_NAME(7) preamble - identifying Slony-I cluster
- SLONIK_CREATE_SET(7) Create Slony-I replication set
- SLONIK_DATE(7) Display current date
- SLONIK_DEFINE(7) Defining a named symbol
- SLONIK_DROP_LISTEN(7) Eliminate configuration indicating how Slony-I node listens for events
- SLONIK_DROP_NODE(7) Remove the node from participating in the replication
- SLONIK_DROP_PATH(7) Delete Slony-I connection information
- SLONIK_DROP_SET(7) Discard Slony-I replication set
- SLONIK_DROP_TRIGGER(7) Return a trigger to default behavior, where it will not fire on subscriber nodes
- SLONIK_ECHO(7) Generic output tool
- SLONIK_EXECUTE_SCRIPT(7) Execute SQL/DDL script
- SLONIK_EXIT(7) Terminate Slonik script with signal
- SLONIK_FAILOVER(7) Fail a broken replication set over to a backup node
- SLONIK_INCLUDE(7) pulling in slonik code from another file
- SLONIK_INIT_CLUSTER(7) Initialize Slony-I cluster
- SLONIK_LOCK_SET(7) Guard Slony-I replication set to prepare for MOVE SET
- SLONIK_MERGE_SET(7) Merge Slony-I replication sets together
- SLONIK_MOVE_SET(7) Change origin of a Slony-I replication set
- SLONIK_REPAIR_CONFIG(7) Resets the name-to-oid mapping of tables in a replication set, useful for restoring a node after a pg_dump.
- SLONIK_RESTART_NODE(7) Restart Slony-I node
- SLONIK_RESUBSCRIBE_NODE(7) Change the provider of a replication set
- SLONIK_SET_ADD_SEQUENCE(7) Add a sequence to a Slony-I replication set
- SLONIK_SET_ADD_TABLE(7) Add a table to a Slony-I replication set
- SLONIK_SET_DROP_SEQUENCE(7) Remove a sequence from a Slony-I replication set
- SLONIK_SET_DROP_TABLE(7) Remove a table from a Slony-I replication set
- SLONIK_SET_MOVE_SEQUENCE(7) Move a sequence from one Slony-I replication set to another
- SLONIK_SET_MOVE_TABLE(7) Move a table from one Slony-I replication set to another
- SLONIK_SLEEP(7) Sleep using system sleep()
- SLONIK_STORE_LISTEN(7) Configure Slony-I node to indicate where to listen for events
- SLONIK_STORE_NODE(7) Initialize Slony-I node
- SLONIK_STORE_PATH(7) Configure Slony-I node connection
- SLONIK_STORE_TRIGGER(7) Indicate that a trigger should not be disabled by Slony-I on a subscriber node
- SLONIK_SUBSCRIBE_SET(7) Start replication of Slony-I set
- SLONIK_SYNC(7) Generate an ordinary SYNC event
- SLONIK_TABLE_ADD_KEY(7) Add primary key for use by Slony-I for a table with no suitable key
- SLONIK_TABLE_DROP_KEY(7) Removes a primary key added by TABLE ADD KEY
- SLONIK_UNINSTALL_NODE(7) Decommission Slony-I node
- SLONIK_UNLOCK_SET(7) Unlock a Slony-I set that was locked
- SLONIK_UNSUBSCRIBE_SET(7) End replication of Slony-I set
- SLONIK_UPDATE_FUNCTIONS(7) Reload stored functions
- SLONIK_WAIT_FOR_EVENT(7) Have Slonik script wait for previous event to complete