Unable to dump database using pg_dump

Поиск
Список
Период
Сортировка
От Adam Dear
Тема Unable to dump database using pg_dump
Дата
Msg-id g2oujn$208s$1@news.hub.org
обсуждение исходный текст
Ответы Re: Unable to dump database using pg_dump  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-general
I am migrating to a new server.  I am trying to get a dump of my
database to import into postgres 8.1.11 on my new server.  When I run
the pg_dump commmand:

pg_dump --clean --file=madison.sql --schema=public -U madisoncounty
madisoncounty

I get this message:

pg_dump: query to obtain list of schemas failed: ERROR:  more than one
row returned by a subquery used as an expression

I'm pretty new to postgres, and I'm not sure how to debug / fix this
issue.  I did a VACUUM FULL on the server before I tried to do the dump.

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

Предыдущее
От: "Selena Deckelmann"
Дата:
Сообщение: Call for proposals: PDXPUG PgDay at OSCON - proposals due FRIDAY!
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Unable to dump database using pg_dump