BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception

From: zelaine(at)amazon(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception
Date: 2012-12-20 19:23:13
Message-ID: E1Tlli5-0007tR-HO@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-jdbc

The following bug has been logged on the website:

Bug reference: 7766
Logged by: Zelaine Fong
Email address: zelaine(at)amazon(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2012-12-20 20:17:04 Re: BUG #7763: "CREATE TABLE ... (LIKE ... INCLUDING INDEXES ...)" does not work with indexes on composite types
Previous Message Erik Rijkers 2012-12-20 19:10:26 Re: BUG #7765: Wrong Elephant

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2012-12-21 16:47:38 Re: BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception
Previous Message Hudson, Derrick 2012-12-18 14:25:50 Re: JPA + enum == Exception