mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
12 lines
269 B
SQL
12 lines
269 B
SQL
/*
|
|
* uninstall_repmgr_funcs.sql
|
|
* Copyright (c) 2ndQuadrant, 2010-2015
|
|
*
|
|
*/
|
|
|
|
DROP FUNCTION repmgr_update_standby_location(text);
|
|
DROP FUNCTION repmgr_get_last_standby_location();
|
|
|
|
DROP FUNCTION repmgr_update_last_updated();
|
|
DROP FUNCTION repmgr_get_last_updated();
|