Re: Can't pg_dumpall, claims database exists twice

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can't pg_dumpall, claims database exists twice
Date: 2005-03-28 15:23:05
Message-ID: 47F78B88-9F9D-11D9-A2EC-000A95B03262@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-03-28 15:35:19 Re: Can't pg_dumpall, claims database exists twice
Previous Message Michael Fuhr 2005-03-28 15:13:43 Re: problem with set autocommit to off