Re: JDBC executeUpdate returns 0 for table partitioning rule insertion

Поиск
Список
Период
Сортировка
От Tea Yu
Тема Re: JDBC executeUpdate returns 0 for table partitioning rule insertion
Дата
Msg-id 008701c5fa52$29d69c40$ca78a8c0@yawin.yesasia.com
обсуждение исходный текст
Ответы Re: JDBC executeUpdate returns 0 for table partitioning rule insertion  (Dave Cramer <pg@fastcrypt.com>)
Re: JDBC executeUpdate returns 0 for table partitioning rule  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
 Hi there,

The scenario is quite simple - insert into a partitioned table in which a
 rule forwards the insertion into an inherited partition (Postgresql 8.1)

 However, JDBC returns 0 during Statement.executeUpdate(sql).  It behaves
 normally when partition rule is removed.

 It applies to the following driver builds:
 8.1 Build 404 (all JDBC ver)
 8.2 dev Bulid 500 (all JDBC ver)

 Any clues? Thanks much!

 Tea

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Michael Paesold"
Дата:
Сообщение: Re: Problem with 8.1 driver
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Problem with 8.1 driver