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

12 lines
269 B
SQL

/*
* uninstall_repmgr_funcs.sql
* Copyright (c) 2ndQuadrant, 2010-2017
*
*/
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();