mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 14:46:29 +00:00
8 lines
344 B
SQL
8 lines
344 B
SQL
-- complain if script is sourced in psql, rather than via CREATE EXTENSION
|
|
\echo Use "CREATE EXTENSION repmgr" to load this file. \quit
|
|
|
|
SELECT pg_catalog.pg_extension_config_dump('repmgr.nodes', '');
|
|
SELECT pg_catalog.pg_extension_config_dump('repmgr.events', '');
|
|
SELECT pg_catalog.pg_extension_config_dump('repmgr.monitoring_history', '');
|
|
|