From: | chinnaobi <chinnaobi(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Windows Streaming replication -- Windows 2008 servers |
Date: | 2012-08-06 05:41:05 |
Message-ID: | 1344231665305-5718921.post@n5.nabble.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi All,
It would be helpful if someone tell me, how to verify the streaming
replication started in standby server successfully, just after the service
is started ?? Like knowing the exit code of the service started...
I know we can do it by verifying the below functions after the service is
started ..
select pg_last_xlog_replay_location()
select pg_last_xlog_current_location()
select pg_last_xlog_receive_location()
Regards,
Reddy.
--
View this message in context: http://postgresql.1045698.n5.nabble.com/Windows-Streaming-replication-Windows-2008-servers-tp5718921.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2012-08-06 09:02:13 | Re: [WIP] Performance Improvement by reducing WAL for Update Operation |
Previous Message | Amit Kapila | 2012-08-06 03:10:24 | Re: [WIP] Performance Improvement by reducing WAL for Update Operation |