mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
Per GitHub #282 Ref: https://anonscm.debian.org/cgit/pkg-postgresql/repmgr.git/tree/debian/patches/regress.patch
25 lines
476 B
Plaintext
25 lines
476 B
Plaintext
select * from repmgr_update_standby_location('');
|
|
repmgr_update_standby_location
|
|
--------------------------------
|
|
f
|
|
(1 row)
|
|
|
|
select * from repmgr_get_last_standby_location();
|
|
repmgr_get_last_standby_location
|
|
----------------------------------
|
|
|
|
(1 row)
|
|
|
|
select * from repmgr_update_last_updated();
|
|
repmgr_update_last_updated
|
|
----------------------------
|
|
|
|
(1 row)
|
|
|
|
select * from repmgr_get_last_updated();
|
|
repmgr_get_last_updated
|
|
-------------------------
|
|
|
|
(1 row)
|
|
|