Re: followup question Bug #476: pg_dump error: dtoi4: integer out of range - Mailing list pgsql-bugs

From Tom Lane
Subject Re: followup question Bug #476: pg_dump error: dtoi4: integer out of range
Date
Msg-id 28497.1028772549@sss.pgh.pa.us
Whole thread Raw
In response to followup question Bug #476: pg_dump error: dtoi4: integer out of range  ("Nathan Suderman" <Nathan@pollstar.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug #733: Date Arithmetics within plsql
Next
From: Barker
Date:
Subject: "IDENT authentication failed for user" on 7.2.1 but not on 7.1.3