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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nathan Suderman" <Nathan(at)pollstar(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: followup question Bug #476: pg_dump error: dtoi4: integer out of range
Date: 2002-08-08 02:09:09
Message-ID: 28497.1028772549@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Nathan Suderman" <Nathan(at)pollstar(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Barker 2002-08-08 02:15:34 "IDENT authentication failed for user" on 7.2.1 but not on 7.1.3
Previous Message Tom Lane 2002-08-08 02:06:57 Re: Bug #733: Date Arithmetics within plsql