[postgis-users] JDBC2 Question

Markus Schaber schabi at logix-tt.com
Fri Apr 15 11:33:52 PDT 2005


Hi, Eli,

Eli Dylan Lorimer schrieb:

> ((org.postgresql.Connection)conn).addDataType("geometry","org.postgis.PGgeometry"); 
> ((org.postgresql.Connection)conn).addDataType("box3d","org.postgis.PGbox3d"); 

Unfortunately, org.postgresql.Connection was renamed to 
org.postgresql.PGConnection between pgjdbc 7.2 and 7.3. This also caused 
some trouble when backporting PostGIS to Debian woody.


HTH,
Markus



More information about the postgis-users mailing list