Re: PostgreSQL PITR - more doubts - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: PostgreSQL PITR - more doubts
Date
Msg-id 4C3AC42802000025000333E6@gw.wicourts.gov
Whole thread Raw
In response to Re: PostgreSQL PITR - more doubts  (Jayadevan M <Jayadevan.Maymala@ibsplc.com>)
List pgsql-performance
Jayadevan M <Jayadevan.Maymala@ibsplc.com> wrote:

>> Yes, It starts out form "where it needs to". Assuming you
>> did a pg_start_backup() before you did your base backup?
>
> Thanks. I did.
> It uses files like 0000000B00000000000000D9.00000020.backupto get
> the necessary information?

Yeah, since it's a text file, you can easily have a look at what is
stored there.  It's based on when pg_start_backup and pg_stop_backup
were run.

-Kevin

pgsql-performance by date:

Previous
From:
Date:
Subject: Re: now() gives same time within the session
Next
From: "Kevin Grittner"
Date:
Subject: Re: Pooling in Core WAS: Need help in performance tuning.