Re: [BUGS] Postgres Partitions not working with hibernate 4.1.6.Final

2012-09-25 Thread Freddie Burgess
b } } -Original Message- From: jcasa...@systemguards.com.ec [mailto:jcasa...@systemguards.com.ec] On Behalf Of Jaime Casanova Sent: Tuesday, September 25, 2012 4:50 PM To: Freddie Burgess Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS] Postgres Partitions not worki

Re: [BUGS] Postgres Partitions not working with hibernate 4.1.6.Final

2012-09-25 Thread Jaime Casanova
On Tue, Sep 25, 2012 at 3:12 PM, Freddie Burgess wrote: > > Does anyone know why the previous .jdbc.batcher logic managed the postgres > partitioned inserts without any issues? > Are there any other alternative that will allow us to insert into a Postgres > partition table without making massive c

[BUGS] Postgres Partitions not working with hibernate 4.1.6.Final

2012-09-25 Thread Freddie Burgess
In hibernate 3.3.2.GA, We previously utilized this java program to address ingesting data into our PostgreSQL partitioned tables. package im.empl.core.service.ingest.postgres; import org.hibernate.Interceptor; import org.hibernate.jdbc.Batcher; import org.hibernate.jdbc.BatchingBatcherFactory; im