mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Add function repmgr_get_primary_conninfo()
This commit is contained in:
@@ -21,3 +21,7 @@ LANGUAGE C STRICT;
|
||||
CREATE FUNCTION repmgr_get_last_updated() RETURNS TIMESTAMP WITH TIME ZONE
|
||||
AS 'MODULE_PATHNAME', 'repmgr_get_last_updated'
|
||||
LANGUAGE C STRICT;
|
||||
|
||||
CREATE FUNCTION repmgr_get_primary_conninfo() RETURNS TEXT
|
||||
AS 'MODULE_PATHNAME', 'repmgr_get_primary_conninfo'
|
||||
LANGUAGE C STRICT;
|
||||
|
||||
Reference in New Issue
Block a user