On 10/19/07, Kevin Grittner <[EMAIL PROTECTED]> wrote: > > >>> On Fri, Oct 19, 2007 at 1:40 AM, in message > <[EMAIL PROTECTED]>, "Mikko > Partio" > <[EMAIL PROTECTED]> wrote: > > > > I'm trying to figure out the minimum required to restore from a backup > > If you look inside that backup file, you'll see something like this: > > START WAL LOCATION: 47/11B7E980 (file 000000010000004700000011) > STOP WAL LOCATION: 47/13006410 (file 000000010000004700000013) > CHECKPOINT LOCATION: 47/11B7E980 > START TIME: 2007-10-12 19:00:02 CDT > LABEL: 2007-10-12_190002 > STOP TIME: 2007-10-12 20:10:30 CDT > > It tells you what files you need, as a minimum, to restore. > > -Kevin
Thanks. Regards M