Re: [BUGS] BUG #4638: Bug with Geometry in Array

2009-03-03 Thread Dr. Björn Weitzig
Thank you very much! I made several tests, and (with postgresql-8.4dev-arraydim.jdbc3.jar) it worked. Greetings, Bjoern Weitzig Kris Jurka wrote: > On Mon, 2 Mar 2009, "Dr. Björn Weitzig" wrote: >> I can't find any "modified JDBC driver", only the "JDBC extension" >> postgis.jar (your link), whi

Re: [BUGS] BUG #4638: Bug with Geometry in Array

2009-03-02 Thread Kris Jurka
On Mon, 2 Mar 2009, "Dr. Björn Weitzig" wrote: I can't find any "modified JDBC driver", only the "JDBC extension" postgis.jar (your link), which I use und which doesn't help. postgis.jar seems to be an add-on to the default JDBC driver, not an replacement. I use postgis_1.3.5.jar with postgres

Re: [BUGS] BUG #4638: Bug with Geometry in Array

2009-03-02 Thread Dr. Björn Weitzig
Thank you for your fast reply. I can't find any "modified JDBC driver", only the "JDBC extension" postgis.jar (your link), which I use und which doesn't help. postgis.jar seems to be an add-on to the default JDBC driver, not an replacement. I use postgis_1.3.5.jar with postgresql-8.3-603.jdbc3.ja

Re: [BUGS] BUG #4638: Bug with Geometry in Array

2009-02-03 Thread Tom Lane
"Bjoern Weitzig" writes: > I use arrays like "select array(select n from a)". This works well except of > the case with geometry as datatype. The geometry type intentionally uses ':' as the array delimiter. It seems like a good bet that the JDBC driver you're using doesn't expect anything but '