Re: [ADMIN] postgresql stream replication question

2012-05-04 Thread sgm
Thank you sir. --- 12年5月3日,周四, Devrim GÜNDÜZ 写道: 发件人: Devrim GÜNDÜZ 主题: Re: [ADMIN] postgresql stream replication question 收件人: "sgm" 抄送: pgsql-admin@postgresql.org 日期: 2012年5月3日,周四,下午3:34 On Thu, 2012-05-03 at 13:47 +0800, sgm wrote: > I have successfully set up the stream r

Re: [ADMIN] postgresql stream replication question

2012-05-03 Thread Devrim GÜNDÜZ
On Thu, 2012-05-03 at 13:47 +0800, sgm wrote: > I have successfully set up the stream replication M1--IP1, M2---IP2, > my question is if the master is down, the slave will become read and > write by trigger file, but the client will connect to the IP2,right? No. You will need something else (like

[ADMIN] postgresql stream replication question

2012-05-03 Thread sgm
Dear admin, I have successfully set up the stream replication M1--IP1, M2---IP2, my question is if the master is down, the slave will become read and write by trigger file, but the client will connect to the IP2,right? Thanks, Song