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

From Kris Jurka
Subject Re: JDBC executeUpdate returns 0 for table partitioning rule
Date
Msg-id Pine.BSO.4.61.0512061045400.5324@leary.csoft.net
Whole thread Raw
In response to Re: JDBC executeUpdate returns 0 for table partitioning rule insertion  ("Tea Yu" <teayu1@gmail.com>)
List pgsql-jdbc

On Tue, 6 Dec 2005, Tea Yu wrote:

> 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.

That's certainly not what I'm seeing here.  I've attached my testcase.  So
I've shown you mine, now you show me yours.

Kris Jurka

Attachment

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Problem with 8.1 driver
Next
From: Kris Jurka
Date:
Subject: Re: Advise on mapping JTable to large PostgreSQL table