BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception - Mailing list pgsql-bugs

From zelaine@amazon.com
Subject BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception
Date
Msg-id E1Tlli5-0007tR-HO@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7766
Logged by:          Zelaine Fong
Email address:      zelaine@amazon.com
PostgreSQL version: 8.4.0
Operating system:   Linux
Description:        =


The updateCount field in the ResultHandler interface in Java is defined as
an int rather than long.  Therefore, if you prepare and execute an update,
delete, or insert statement that affects more than 2^32 rows, you will get
the following exception:

Unable to interpret the update count in command completion tag

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pg_basebackup fails if a data file is removed
Next
From: yangyd@cn.fujitsu.com
Date:
Subject: BUG #7767: pg_ctl allows postgres running under administrator's privilege