Re: Point in time recovery 20020822_01_pitr.patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "J(dot) R(dot) Nield" <jrnield(at)usol(dot)com>
Cc: PostgreSQL Patch List <pgsql-patches(at)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: Point in time recovery 20020822_01_pitr.patch
Date: 2002-08-23 04:29:42
Message-ID: 16799.1030076982@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"J. R. Nield" <jrnield(at)usol(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Gerhard Hintermayer 2002-08-23 04:30:09 Re: libpgtcl modifications
Previous Message Bruce Momjian 2002-08-23 04:27:18 Re: another NAMEDATALEN fix