Re: PITR - "Rewind to snapshot" scheme - Mailing list pgsql-general

From Ian Harding
Subject Re: PITR - "Rewind to snapshot" scheme
Date
Msg-id 725602300704220905x5147af4bn791c1a9a0cccb7e0@mail.gmail.com
Whole thread Raw
In response to Re: PITR - "Rewind to snapshot" scheme  ("Martin Langhoff" <martin.langhoff@gmail.com>)
List pgsql-general
Or use a SAVEPOINT.  I don't know about the impact on resources if you
leave it hanging around for a long time, but I use these for exactly
the scenario you are talking about.

- Ian

On 4/16/07, Martin Langhoff <martin.langhoff@gmail.com> wrote:
> On 4/17/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > Seems overly complicated --- why don't you just shut down the postmaster
> > and take a tarball archive of the PGDATA tree?  Then to revert, stop
> > postmaster and untar.
>
> Thanks for the tip!
>
> cheers
>
>
> martin
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
>        subscribe-nomail command to majordomo@postgresql.org so that your
>        message can get through to the mailing list cleanly
>

pgsql-general by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: understanding output from Explain
Next
From: "Robert Haas"
Date:
Subject: contributing patches