| From: | "Ian Harding" <harding(dot)ian(at)gmail(dot)com> |
|---|---|
| To: | "Martin Langhoff" <martin(dot)langhoff(at)gmail(dot)com> |
| Cc: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: PITR - "Rewind to snapshot" scheme |
| Date: | 2007-04-22 16:05:49 |
| Message-ID: | 725602300704220905x5147af4bn791c1a9a0cccb7e0@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)langhoff(at)gmail(dot)com> wrote:
> On 4/17/07, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2007-04-22 19:59:21 | contributing patches |
| Previous Message | Michael Schmidt | 2007-04-22 15:37:03 | Help with pgFoundry |