From: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: pg_restore and create FK without verification check |
Date: | 2003-11-26 18:41:33 |
Message-ID: | 3FC4F3DD.8030003@pse-consulting.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
>>- how to restore a single database
>>
>>
>
>You don't. As I said, any physical backup is going to be
>all-or-nothing. These techniques are not a replacement for pg_dump.
>
>
>
That's sad. I've been backing up and restoring single databases from a
cluster frequently, so I'd really like the database to be selectable.
>That's part of the management code that we need to write before this
>will really be very useful; you need to be able to associate the
>starting time of a tar dump with the most recent previous CHECKPOINT
>in the WAL logs. Not hard in principle, just takes some code we ain't
>got yet.
>
>
So I lay back patiently (more or less :-)
Regards,
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Jonathan Gardner | 2003-11-26 18:58:22 | Re: Materialized views proposal |
Previous Message | Bruce Momjian | 2003-11-26 18:39:30 | Re: Providing anonymous mmap as an option of sharing memory |