Re: JDBC executeUpdate returns 0 for table partitioning rule insertion

From: "Tea Yu" <teayu1(at)gmail(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC executeUpdate returns 0 for table partitioning rule insertion
Date: 2005-12-06 10:45:21
Message-ID: 008701c5fa52$29d69c40$ca78a8c0@yawin.yesasia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vit Timchishin 2005-12-06 12:20:50 More about deadlock
Previous Message Michael Paesold 2005-12-06 09:11:40 Re: Problem with 8.1 driver