The following bug has been logged on the website:

Bug reference:      7766
Logged by:          Zelaine Fong
Email address:      zela...@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



-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to