Re: [COMMITTERS] pgsql: Remove: * Allow database recovery

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: Bruce Momjian <momjian(at)svr1(dot)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Remove: * Allow database recovery
Date: 2004-11-08 15:39:31
Message-ID: 200411081539.iA8FdVh07842@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Marc G. Fournier wrote:
>
> Just curious, but in what sort of circumstance could this happen?
> Permissions problems, that sort of thing?

Restoring a dump to another system that doesn't have the same
directories to create the tablespaces.

---------------------------------------------------------------------------

>
> On Sat, 6 Nov 2004, Bruce Momjian wrote:
>
> > Log Message:
> > -----------
> > Remove:
> >
> > * Allow database recovery where tablespaces can't be created
> >
> > When a pg_dump is restored, all tablespaces will attempt to be created
> > in their original locations. If this fails, the user must be able to
> > adjust the restore process.
> >
> > Modified Files:
> > --------------
> > pgsql/doc:
> > TODO (r1.1385 -> r1.1386)
> > (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1385&r2=1.1386)
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 4: Don't 'kill -9' the postmaster
> >
>
> ----
> Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
> Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2004-11-08 15:57:06 pgsql: Use correct function name in example
Previous Message Bruce Momjian 2004-11-08 15:35:53 pgsql: Remove count TODO.detail now that info is in TODO.

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2004-11-08 16:40:25 Re: [pgsql-www] pg_autovacuum is nice ... but ...
Previous Message Marc G. Fournier 2004-11-08 15:21:00 Re: [COMMITTERS] pgsql: Remove: * Allow database recovery where