Moin,
it seems that I can load tables with a PostgreSQL version 8.2.4.
It does not work with PostgreSQL 8.0!
Regards,
Uwe
> From: Stefan Steiniger <[EMAIL PROTECTED]>
> Hei,
> Uwe told me that he obtains a strange error message using Layer>Add
> Datastore Layer for PostGIS data when he tri
Hi,
when I try to run Layer>Run Datastore Query in OpenJUMPNight with
PostgreSQL 8.2.4
with the query
select * from q1
I receive the following error:
com.vividsolutions.jts.io.ParseException: Unknown WKB type 48
at com.vividsolutions.jts.io.WKBReader.readGeometry(WKBReader.java:164)
at
Hi Uwe,
Did you try to do
select AsBinary(geom_column), * from q1
It is not very user-friendly, but it is the way I do my sql requests.
I did not understand why this conversion has to be done in this case...
Michaël
Uwe Dalluege a écrit :
>Hi,
>
>when I try to run Layer>Run Datastore Query in