Re: Can't pg_dumpall, claims database exists twice

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Can't pg_dumpall, claims database exists twice
Дата
Msg-id 20050328153935.GA70616@winnie.fuhr.org
обсуждение исходный текст
Ответ на Can't pg_dumpall, claims database exists twice  (Scott Ribe <scott_ribe@killerbytes.com>)
Ответы Re: Can't pg_dumpall, claims database exists twice  (Scott Ribe <scott_ribe@killerbytes.com>)
Список pgsql-general
On Mon, Mar 28, 2005 at 12:51:19AM -0700, Scott Ribe wrote:
>  pg_dumpall is failing with this error:
>
> pg_dump: query returned more than one (2) pg_database entry for database
> "pedcard"
> pg_dumpall: pg_dump failed on database "pedcard", exiting
>
> 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.)

What's the result of the following query?

SELECT tableoid, xmin, xmax, oid, datname, datdba,
       datvacuumxid, datfrozenxid
FROM pg_database
ORDER BY datname, oid;

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-general по дате отправления:

Предыдущее
От: Thomas F.O'Connell
Дата:
Сообщение: Re: Referential integrity using constant in foreign key
Следующее
От: Thomas F.O'Connell
Дата:
Сообщение: Re: Merging item codes using referential integrity