Re: followup question Bug #476: pg_dump error: dtoi4: integer out of range

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: followup question Bug #476: pg_dump error: dtoi4: integer out of range
Дата
Msg-id 28497.1028772549@sss.pgh.pa.us
обсуждение исходный текст
Ответ на followup question Bug #476: pg_dump error: dtoi4: integer out of range  ("Nathan Suderman" <Nathan@pollstar.com>)
Список pgsql-bugs
"Nathan Suderman" <Nathan@pollstar.com> writes:
> $ pg_dump news -v -t admin
> getTables(): SELECT (for PRIMARY KEY) failed on table hp_photo_type.
> Explanation from backend: ERROR:  dtoi4: integer out of range

> I am running V 7.1.1

7.1's pg_dump has a lot of problems with OIDs past 2G --- it's not
careful about signed versus unsigned values.

I'd recommend an update to 7.2.1.  You should be able to use 7.2.1's
pg_dump to dump the database.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug #733: Date Arithmetics within plsql
Следующее
От: Barker
Дата:
Сообщение: "IDENT authentication failed for user" on 7.2.1 but not on 7.1.3