Re: Point in time recovery 20020822_01_pitr.patch - Mailing list pgsql-patches

From Tom Lane
Subject Re: Point in time recovery 20020822_01_pitr.patch
Date
Msg-id 16799.1030076982@sss.pgh.pa.us
Whole thread Raw
In response to Point in time recovery 20020822_01_pitr.patch  ("J. R. Nield" <jrnield@usol.com>)
Responses Re: Point in time recovery 20020822_01_pitr.patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Point in time recovery 20020822_01_pitr.patch  ("J. R. Nield" <jrnield@usol.com>)
List pgsql-patches
"J. R. Nield" <jrnield@usol.com> writes:
>     * CREATE/DROP database are still unlogged. dbcommands.c needs a
> re-write to make that possible, since all the file and directory
> operations will need to be logged, as will the data.

Why don't you log the operations symbolically, viz "create database foo
with template bar"?  I can't see any reason to insist on a finer level
of detail than that.


Just so you know: my feeling is this is already too late for 7.3.

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: another NAMEDATALEN fix
Next
From: Bruce Momjian
Date:
Subject: Re: Point in time recovery 20020822_01_pitr.patch