Re: pg_dump problem with PostgreSQL v7.1.2

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_dump problem with PostgreSQL v7.1.2
Дата
Msg-id Pine.LNX.4.30.0107152159290.677-100000@peter.localdomain
обсуждение исходный текст
Ответ на pg_dump problem with PostgreSQL v7.1.2  (Dominick <haystack@email.rentzone.org>)
Список pgsql-general
Dominick writes:

> I keep the same message when trying to dump any database. I haven't a clue; consequently, I'd appreciate any help
thatyou could provide. 
>
> postgres@ibook:/usr/local/pgsql/bin > ./pg_dump -o discuss -f /tmp/ibook_discuss_db
>
> getDatabase(): SELECT failed.  Explanation from backend: 'ERROR:  More than one tuple returned by a subselect used as
anexpression. 
> '.

You have more than one user in pg_shadow with the same id.  Assign a
different id to one of them.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Alex Pilosov
Дата:
Сообщение: Re: Extracting octets from an inet column
Следующее
От: geniusj@bluenugget.net
Дата:
Сообщение: PASSWORD() function for postgresql?