Files
repmgr/uninstall_repmgr.sql
Ian Barwick 7f8e50c882 Update copyright notice to 2017
Also standardize case to "(c)"
2017-01-11 15:02:55 +09:00

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;