Re: UpGrading to 7.1.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Brian C(dot) Doyle" <bcdoyle(at)mindspring(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: UpGrading to 7.1.2
Date: 2001-08-09 19:43:35
Message-ID: 29954.997386215@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Brian C. Doyle" <bcdoyle(at)mindspring(dot)com> writes:
> Okay here is the problem this database no longer exist At some point the
> dir path for it got removed and I do not know when or why I did that with
> out dropdb. So postgres is still thinking it should be there.

> How do I get postgres to stop thinking it is there

DELETE FROM pg_database WHERE datname = 'foo';

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message newsreader 2001-08-09 21:45:57 FATAL 1
Previous Message Mike Finn 2001-08-09 19:35:49 Feature request for 7.x