Christopher B. Browne's Home Page
cbbrowne@acm.org

8.126. uninstallnode()

Function Properties

PLPGSQLinteger
Reset the whole database to standalone by removing the whole replication system.
    declare
    	v_tab_row		record;
    begin
    	-- ----
    	-- Grab the central configuration lock
    	-- ----
    	lock table sl_config_lock;
    
    	raise notice 'Slony-I: Please drop schema "_schemadoc"';
    	return 0;
    end;

Google

If this was useful, let others know by an Affero rating

Contact me at cbbrowne@acm.org