Re: [HACKERS] will PITR in 8.0 be usable for "hot spare"/"log

2004-08-15 Thread Eric Kerin
On Sun, 2004-08-15 at 16:22, Gaetano Mendola wrote: > Eric Kerin wrote: > > On Sat, 2004-08-14 at 01:11, Tom Lane wrote: > > > >>Eric Kerin <[EMAIL PROTECTED]> writes: > >> > >>>The issues I've seen are: > >>>1. Knowing when t

Re: [HACKERS] will PITR in 8.0 be usable for "hot spare"/"log

2004-08-14 Thread Eric Kerin
On Sat, 2004-08-14 at 01:11, Tom Lane wrote: > Eric Kerin <[EMAIL PROTECTED]> writes: > > The issues I've seen are: > > 1. Knowing when the master has finished the file transfer transfer to > > the backup. > > The "standard" solution to this is you

Re: [HACKERS] will PITR in 8.0 be usable for "hot spare"/"log

2004-08-13 Thread Eric Kerin
hive command use: /path_to_binary/log_ship -a /archive_directory/ %p %f For the restore_command use: /path_to_binary/log_ship -r /archive_directory/ %f %p Any comments are Very appreciated Thanks, Eric Kerin ---(end of broadcast)--- TIP 8: explain analyze is your friend