Re: Database ... has disappeared from pg_database

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jens Hartwig" <jhartwig(at)debis(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Database ... has disappeared from pg_database
Date: 2001-01-29 15:26:33
Message-ID: 24474.980781993@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Jens Hartwig" <jhartwig(at)debis(dot)com> writes:
> psql: FATAL 1: Database 'mydb', OID 10857280, has disappeared from
> pg_database

Try vacuuming pg_database. The code in GetRawDatabaseInfo is not very
good about handling replaced pg_database tuples (I've improved it for
7.1 but that won't help you today).

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Loïc TREGOUËT 2001-01-29 16:20:50 Create index problem ( _bt_sort )
Previous Message Tom Lane 2001-01-29 15:07:37 Re: pg_hba.conf question