You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose replication delay in minutes/seconds. This is useful in a "master + long-running" replica setup. This could be an extension to the get_replication_delays() method.
Example query:
SELECT EXTRACT(EPOCH FROM now() - pg_last_xact_replay_timestamp())/60;