Re: [pgadmin-hackers] xlog switch & last record before the switch

2007-07-12 Thread Florian G. Pflug
Florian G. Pflug wrote: Sorry for the noise guys. I'm beginning to think that thunderbird's autocompletion is tricking me on purpose... regards, Florian Pflug ---(end of broadcast)--- TIP 6: explain analyze is your friend

[pgadmin-hackers] xlog switch & last record before the switch

2007-07-12 Thread Florian G. Pflug
Hi To test my PITR-slave readonly-query patch, I continously do insert into test ... pg_switch_xlog() sleep 1 on the master, and let the slave process the generated xlogs The log output on the slave looks the following (unnecessary lines remove) LOG: restored log file "0001016E

Re: [pgadmin-hackers] Is pgadmin backward/forward compatible with postgres?

2007-07-12 Thread Dave Page
Dhanaraj M wrote: > Hi, > > I have a question. > > I know that I can connect to postgres 7.x/8.x from pgadmin 1.6. > Is it both forward and backward compatible? > (It means that I can connect to new version of postgres 9.x as well as > older postgres 7.x. > If not, then it is compatible ONLY acro

[pgadmin-hackers] Is pgadmin backward/forward compatible with postgres?

2007-07-12 Thread Dhanaraj M
Hi, I have a question. I know that I can connect to postgres 7.x/8.x from pgadmin 1.6. Is it both forward and backward compatible? (It means that I can connect to new version of postgres 9.x as well as older postgres 7.x. If not, then it is compatible ONLY across major/minor releases of postgr