Re: [ADMIN] Database ... has disappeared from pg_database

2001-01-29 Thread Tom Lane
"Jens Hartwig" <[EMAIL PROTECTED]> 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 t

Re: [ADMIN] Database ... has disappeared from pg_database

2001-01-29 Thread Jean-Marc Pigeon
Bonjour Jens Hartwig > > Hello all, > > I am running into a strange error when creating a database which is located > in another directory than the default directory of PostgreSQL (7.0.2.): [] > > > psql: FATAL 1: Database 'mydb', OID 10857280, has disappeared from > pg_database > > What

[ADMIN] Database ... has disappeared from pg_database

2001-01-29 Thread Jens Hartwig
Hello all, I am running into a strange error when creating a database which is located in another directory than the default directory of PostgreSQL (7.0.2.): I created a directory called mybase (as owner postgres). I ran the command initlocation on this directory, then I declared an environment