Re: [GENERAL] Problems with Binary Replication

2012-03-31 Thread Michael Nolan
On Sat, Mar 31, 2012 at 6:58 PM, Andreas wrote: > > > Now what could one do to prevent those sequence gaps? > There might be scenarios where it's important not to have gaps in the > numbering even when one has to switch to the standby if there is a failiour > on the master. > E.g. numbers of invo

Re: [GENERAL] Problems with Binary Replication

2012-03-31 Thread Andreas
Am 31.03.2012 23:38, schrieb Tom Lane: Andreas writes: Now I added 1 row on the master. Before both sequence start values were 403. After the insert the master shows 404 as expected but the "hot-standby" shows 436. What are you doing to get it to "show" a value --- not nextval(), presumably?

Re: [GENERAL] Problems with Binary Replication

2012-03-31 Thread Tom Lane
Andreas writes: > Now I added 1 row on the master. > Before both sequence start values were 403. > After the insert the master shows 404 as expected but the "hot-standby" > shows 436. What are you doing to get it to "show" a value --- not nextval(), presumably? I think that this may be the exp

Re: [GENERAL] Problems with Binary Replication

2012-03-31 Thread Andreas
Now I added 1 row on the master. Before both sequence start values were 403. After the insert the master shows 404 as expected but the "hot-standby" shows 436. In the slaves table there is only the one row more, I just inserted on the master and it's ID column shows 404. Lets suppose - and h