Provided by:
slony1-doc_1.2.15-1_all 
NAME
REPAIR CONFIG - Resets the name-to-oid mapping of tables in a replica‐
tion set, useful for restoring a node after a pg_dump.
SYNOPSIS
REPAIR CONFIG (options);
DESCRIPTION
Resets name-to-oid mapping.
SET ID = ival
Which set to clean up after.
EVENT NODE = ival
The node ID where this should be submitted.
EXECUTE ONLY ON = ival
The ID of the only node where the mappings are to be updated. If
not specified, the default is to execute this on all nodes sub‐
scribed to the set.
EXAMPLE
REPAIR CONFIG (
SET ID = 1,
EVENT NODE = 2
);
No application-visible locking should take place.
This command was introduced in Slony-I 1.1
17 November 2008 REPAIR CONFIG(7)