Re: [SQL] Problem with batch insert

2010-02-18 Thread zkn
On 18.02.2010, at 17:32, Tom Lane wrote: > zkn writes: >> I have a weird problem with batch insert. It works fine on my development >> machine but when I upload to the server it fails. Here is the log: > >> DEBUG [http-8443-2] - {conn-100123} Preparing Statement: insert into >> target_filters

Re: [SQL] Problem with batch insert

2010-02-18 Thread Tom Lane
zkn writes: > I have a weird problem with batch insert. It works fine on my development > machine but when I upload to the server it fails. Here is the log: > DEBUG [http-8443-2] - {conn-100123} Preparing Statement: insert into > target_filters_sections (filter_id, section_id) values (?, ?) , (

[SQL] Problem with batch insert

2010-02-18 Thread zkn
Hi, First I'm sorry if this message shouldn't be posted in this mailing list but I wasn't sure if it should be here or in jdbc mailing list. I have a weird problem with batch insert. It works fine on my development machine but when I upload to the server it fails. Here is the log: DEBUG [http-