Skip to content

Instantly share code, notes, and snippets.

@dc2447
Last active December 22, 2015 23:39
Show Gist options
  • Save dc2447/6548444 to your computer and use it in GitHub Desktop.
Save dc2447/6548444 to your computer and use it in GitHub Desktop.
Check for Postgres streaming replication delay
SELECT SUBSTRING(cast (NOW() - pg_last_xact_replay_timestamp() as text)
from 0 for 9) AS replication_delay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment