Re: [GENERAL] Missing database entry in pg_database

2006-01-27 Thread Robert Korteweg
Robert Korteweg wrote: Robert Korteweg writes: I have a problem with a database i'm maintaining. I first noticed the problem because i could not make a backup of the database i got the following error: pg_dump: missing pg_database entry for database "xxx" I verified this by selecting t

Re: [GENERAL] Missing database entry in pg_database

2006-01-26 Thread Robert Korteweg
Robert Korteweg writes: I have a problem with a database i'm maintaining. I first noticed the problem because i could not make a backup of the database i got the following error: pg_dump: missing pg_database entry for database "xxx" I verified this by selecting the pg_database. It was inde

Re: [GENERAL] Missing database entry in pg_database

2006-01-25 Thread Tom Lane
Robert Korteweg <[EMAIL PROTECTED]> writes: > I have a problem with a database i'm maintaining. I first noticed the > problem because i could not make a backup of the database i got the > following error: > pg_dump: missing pg_database entry for database "xxx" > I verified this by selecting the

[GENERAL] Missing database entry in pg_database

2006-01-25 Thread Robert Korteweg
Hi, I have a problem with a database i'm maintaining. I first noticed the problem because i could not make a backup of the database i got the following error: pg_dump: missing pg_database entry for database "xxx" I verified this by selecting the pg_database. It was indeed gone. I did some m