Re: [HACKERS] Avoiding timeline generation

2011-03-25 Thread Robert Haas
On Mar 24, 2011, at 9:00 PM, Daniel Farina wrote: > * Offline WAL application -- I want to be able to bring up a second > server, perform some amount of point in time recovery, and then stop > and archive. It would be nice to support read-only queries in this > case to test the recovered database

Re: [HACKERS] Avoiding timeline generation

2011-03-25 Thread Daniel Farina
On Fri, Mar 25, 2011 at 12:38 AM, Heikki Linnakangas wrote: > On 25.03.2011 03:00, Daniel Farina wrote: >> >> Here is the mechanism:  I want to author a recovery.conf to perform >> some amount of restore_command or streaming replication based >> recovery, but I do *not* want to generate a new time

Re: [HACKERS] Avoiding timeline generation

2011-03-25 Thread Heikki Linnakangas
On 25.03.2011 03:00, Daniel Farina wrote: Here is the mechanism: I want to author a recovery.conf to perform some amount of restore_command or streaming replication based recovery, but I do *not* want to generate a new timeline. Rather, I want to stay in hot standby mode to allow read-only conn