On Mar 28, 2005, at 2:51 AM, Scott Ribe wrote:
> This is 8.0.1 on OS X; where do I start on straightening this out?
> (There is
> only 1 postmaster running, and it seems OK from client apps, both my
> own app
> and psql.)
My first thought would be to look at the query preceding this error
message (dumpDatabase in pg_dump.c) and try to determine why you are
getting more than one database. Just from looking at this code, it
seems like a mismatch between database version and pg_dump version
might be a likely candidate.
John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL