Hmmm 8.1 pg_dumpall cannot dump older db's? - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Hmmm 8.1 pg_dumpall cannot dump older db's?
Date
Msg-id 42CDE9C6.6040709@familyhealth.com.au
Whole thread Raw
Responses Re: Hmmm 8.1 pg_dumpall cannot dump older db's?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I can't seem to dump old db's:

-bash-2.05b$ pg_dumpall -s -h database-dev > dump.sql
Password:
pg_dumpall: could not connect to database "postgres": FATAL:  database 
"postgres" does not exist

Seems that it is expecting the new 'postgres' database to exist on old 
installations?

Chris



pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Pg_autovacuum on FreeBSD
Next
From: Tom Lane
Date:
Subject: Re: Must be owner to truncate?