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

Поиск
Список
Период
Сортировка
От zelaine@amazon.com
Тема BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception
Дата
Msg-id E1Tlli5-0007tR-HO@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #7766: Running a DML statement that affects more than 4 billion rows results in an exception  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pg_basebackup fails if a data file is removed
Следующее
От: yangyd@cn.fujitsu.com
Дата:
Сообщение: BUG #7767: pg_ctl allows postgres running under administrator's privilege