Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. host replication replication 10.50.80.12/32 trust
  2.  
  3. host replication replication 10.50.80.12/32 trust
  4.  
  5. standby_mode = 'on'
  6. primary_conninfo = 'host=10.50.80.11 port=5432 user=replication password=replication'
  7.  
  8. SELECT *
  9. FROM pg_stat_replication;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement