mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 15:46:29 +00:00
Split up install/uninstall actions more like a standard contrib
Signed-off-by: Dan Farina <drfarina@acm.org> Signed-off-by: Peter van Hardenberg <pvh@heroku.com>
This commit is contained in:
committed by
Peter van Hardenberg
parent
af2edf10a0
commit
778303bb6e
13
uninstall_repmgr.sql
Normal file
13
uninstall_repmgr.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* uninstall_repmgr.sql
|
||||
*
|
||||
* Copyright (c) Heroku, 2010
|
||||
*
|
||||
*/
|
||||
|
||||
DROP TABLE IF EXISTS repl_nodes;
|
||||
DROP TABLE IF EXISTS repl_monitor;
|
||||
DROP VIEW IF EXISTS repl_status;
|
||||
|
||||
DROP SCHEMA repmgr;
|
||||
DROP USER repmgr;
|
||||
Reference in New Issue
Block a user