I have implemented partitioning using inheritance following the proposed solution here (using trigger): http://www.postgresql.org/docs/8.3/interactive/ddl-partitioning.html My problem is that when my Hibernate application inserts to the master table, postgres returns "0 rows affected", which causes Hibernate to throw an exception since it expects the returned row count to be equal to the number of rows inserted. Is there a solution to this, i.e. to get Postgres to return the correct number of rows inserted to the master table?
- [GENERAL] Insert into master table ->" 0 rows affe... Mattias.Arbin
- Re: [GENERAL] Insert into master table ->" 0 ... Scott Marlowe
- Re: [GENERAL] Insert into master table ->"... Mattias.Arbin
- Re: [GENERAL] Insert into master table ->&... Magnus Hagander
- Re: [GENERAL] Insert into master table -&... Mattias.Arbin
- Re: [GENERAL] Insert into master tab... Magnus Hagander
- Re: [GENERAL] Insert into master... Mattias.Arbin
- Re: [GENERAL] Insert into ma... Magnus Hagander
- [GENERAL] Insert into master table ->" 0 rows... Mattias.Arbin