Re: pg_dump out of range error (7.1.3)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump out of range error (7.1.3)
Дата
Msg-id 6218.1013009917@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump out of range error (7.1.3)  ("Arsalan Zaidi" <azaidi@directi.com>)
Список pgsql-general
"Arsalan Zaidi" <azaidi@directi.com> writes:
> When trying to dump data from a database with ~43GB of data, this is the
> error I get. The domains table has ~30 million rows.

> command line = pg_dump test2
> db version = 7.1.3
> error string = getTables(): SELECT (for PRIMARY KEY) failed on table
> domains.  Explanation from backend: ERROR:  dtoi4: integer out of range

Looks like you've got OIDs above 2 billion in your database.  7.1's
pg_dump is a bit careless about sometimes trying to stuff such values
into signed integers :-(

> So is upgrading to 7.2 the cure? :-)

You should be able to run 7.2's pg_dump against the 7.1 server to dump
this database.

            regards, tom lane

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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: PostgreSQL v7.2 Final Release
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: Postgres and more than 2 Locations for storage