Re: BUG #4638: Bug with Geometry in Array

Поиск
Список
Период
Сортировка
От Dr. Björn Weitzig
Тема Re: BUG #4638: Bug with Geometry in Array
Дата
Msg-id 49ABD22E.6050206@supportgis.de
обсуждение исходный текст
Ответ на BUG #4638: Bug with Geometry in Array  ("Bjoern Weitzig" <weitzig@supportgis.de>)
Ответы Re: BUG #4638: Bug with Geometry in Array
Список pgsql-bugs
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.jar

It would be great if you can show me where to get the "modified JDBC
driver".
As PostGIS is a common extension to PostgreSQL, wouldn't it be good to
handle this case in the default JDBC driver?

Thank you,
Bjoern Weitzig

On 2009-02-03 17:43, Tom Lane wrote:
> "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 ',' as array delimiter. I checked with the postgis-devel
> list and they recommend using the modified JDBC driver that's
> distributed with postgis.
>
http://postgis.refractions.net/documentation/manual-1.3.6SVN/ch04.html#id2726248
>
> regards, tom lane
>
>


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #4684: lastval in function
Следующее
От: "Jonas R. Pacheco"
Дата:
Сообщение: BUG #4686: There is not enough memory to complete this operation