Re: [GENERAL] pg_dump: missing pg_database entry

2006-06-15 Thread gl
Tom Lane a écrit : > [EMAIL PROTECTED] writes: > > I'm experiencing a strange problem with PostgreSQL 7.4.9. > > One of my database production servers has 2 large databases, it's still > > possible to connect to them and pass queries, but the pg_database > > system table is empty, which prohibits

Re: [GENERAL] pg_dump: missing pg_database entry

2006-06-13 Thread Tom Lane
[EMAIL PROTECTED] writes: > I'm experiencing a strange problem with PostgreSQL 7.4.9. > One of my database production servers has 2 large databases, it's still > possible to connect to them and pass queries, but the pg_database > system table is empty, which prohibits such actions as dumping the >

Re: [GENERAL] pg_dump: missing pg_database entry

2006-06-13 Thread Florian G. Pflug
[EMAIL PROTECTED] wrote: Hello, I'm experiencing a strange problem with PostgreSQL 7.4.9. One of my database production servers has 2 large databases, it's still possible to connect to them and pass queries, but the pg_database system table is empty, which prohibits such actions as dumping the d

[GENERAL] pg_dump: missing pg_database entry

2006-06-13 Thread gl
Hello, I'm experiencing a strange problem with PostgreSQL 7.4.9. One of my database production servers has 2 large databases, it's still possible to connect to them and pass queries, but the pg_database system table is empty, which prohibits such actions as dumping the databases. For instance: [