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