Bug #476: pg_dump error: dtoi4: integer out of range

Started by PostgreSQL Bugs Listover 24 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

Robert Hanzlik (robi@junyks.cz) reports a bug with a severity of 1
The lower the number the more severe it is.

Short Description
pg_dump error: dtoi4: integer out of range

Long Description
When dumping large database with many tables by pg_dump utility 7.1.3 on Linux or on FreeBSD (tried several times), the pg_dump in the "Dumping out indicies" phase arrives the following error:

COMMENT: SELECT failed: 'ERROR: dtoi4: integer out of range'.

Is this problem allready known and solved, or do you need a database dump and testing data (we cannot send you or database dump, because of the data in there).

Regards
Robi

Sample Code

No file was uploaded with this report

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PostgreSQL Bugs List (#1)
Re: Bug #476: pg_dump error: dtoi4: integer out of range

pgsql-bugs@postgresql.org writes:

Is this problem allready known and solved,

Nope.

regards, tom lane