insert data into partitioned tables via Java application - Mailing list pgsql-jdbc

From cap20
Subject insert data into partitioned tables via Java application
Date
Msg-id 17957653.post@talk.nabble.com
Whole thread Raw
Responses Re: insert data into partitioned tables via Java application  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-jdbc
I am trying to do an insert data into EDB partitioned tables via front end
application (Java) but the application failing to do an insert. The problem
I identified is since the insert happening into partitioned tables in the
background when you do an insert into base table, so the insert returning
returning Zero rows affected message back to application. So it is failing,
is there any work-around for this.

Any help will be greatly appreciated.

Thanks,
Cap20.
--
View this message in context:
http://www.nabble.com/insert-data-into-partitioned-tables-via-Java-application-tp17957653p17957653.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


pgsql-jdbc by date:

Previous
From: "John T. Dow"
Date:
Subject: Re: Populating large tables with occasional bad values
Next
From: Craig Ringer
Date:
Subject: Re: insert data into partitioned tables via Java application