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