mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
14 lines
218 B
SQL
14 lines
218 B
SQL
/*
|
|
* uninstall_repmgr.sql
|
|
*
|
|
* Copyright (C) 2ndQuadrant, 2010-2014
|
|
*
|
|
*/
|
|
|
|
DROP TABLE IF EXISTS repl_nodes;
|
|
DROP TABLE IF EXISTS repl_monitor;
|
|
DROP VIEW IF EXISTS repl_status;
|
|
|
|
DROP SCHEMA repmgr;
|
|
DROP USER repmgr;
|