mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 23:56:29 +00:00
Merge commit '3ef1fa126d9c9b9ba3b29deab7f67218cdf7ce10'
Conflicts: .gitignore Makefile README.rst check_dir.c config.c config.h dbutils.h repmgr.c repmgr.conf repmgr.h repmgrd.c
This commit is contained in:
13
uninstall_repmgr.sql
Normal file
13
uninstall_repmgr.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* uninstall_repmgr.sql
|
||||
*
|
||||
* Copyright (C) 2ndQuadrant, 2010-2011
|
||||
*
|
||||
*/
|
||||
|
||||
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