"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
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
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