reflect what jdbc actually does.
git-svn-id: http://svn.osgeo.org/postgis/trunk@1388
b70326c6-7e19-0410-871a-
916f4a2858ee
which extension it should actually use on which connection. The
current pgjdbc implementation simply parses all
org/postgresql/driverconfig.properties the classloader can find in his
-classpath, and later definitions override earlier ones.
+classpath, using the first definition found for each type.
* How to I run the tests? Are they allowed to fail? *