Re: PITR - "Rewind to snapshot" scheme

Поиск
Список
Период
Сортировка
От Ian Harding
Тема Re: PITR - "Rewind to snapshot" scheme
Дата
Msg-id 725602300704220905x5147af4bn791c1a9a0cccb7e0@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PITR - "Rewind to snapshot" scheme  ("Martin Langhoff" <martin.langhoff@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: understanding output from Explain
Следующее
От: "Robert Haas"
Дата:
Сообщение: contributing patches