Re: Point in time recovery: recreating relation files

From: Marc Munro <marc(at)bloodnok(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Point in time recovery: recreating relation files
Date: 2002-02-28 16:21:55
Message-ID: 1014913315.24720.0.camel@bloodnok.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2002-02-27 at 19:44, Tom Lane wrote:
> No, that's wrong. The missing ingredient is that the WAL log should
> explicitly log table creations. (And also table drops.) If you look
> you will find some comments showing the places where code is missing.
>
> If you try to do it as you suggest above, then you will erroneously
> recreate files that have been dropped.

OK, that makes sense. I will take another look. Thanks.

--
Marc marc(at)bloodnok(dot)com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Scott 2002-02-28 17:16:07 Re: Defunct postmasters
Previous Message Hannu Krosing 2002-02-28 16:21:34 Re: Oracle vs PostgreSQL in real life