Re: JDBC executeUpdate returns 0 for table partitioning rule insertion - Mailing list pgsql-jdbc

From Tea Yu
Subject Re: JDBC executeUpdate returns 0 for table partitioning rule insertion
Date
Msg-id 008701c5fa52$29d69c40$ca78a8c0@yawin.yesasia.com
Whole thread Raw
Responses 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>)
List 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 by date:

Previous
From: "Michael Paesold"
Date:
Subject: Re: Problem with 8.1 driver
Next
From: Dave Cramer
Date:
Subject: Re: Problem with 8.1 driver