From 7d00b40e2105f06422745d0b385ed1a0979e591c Mon Sep 17 00:00:00 2001 From: Markus Schaber Date: Thu, 3 Mar 2005 20:55:43 +0000 Subject: [PATCH] jdbc2 naming explanation Contact info Copyright notice git-svn-id: http://svn.osgeo.org/postgis/trunk@1468 b70326c6-7e19-0410-871a-916f4a2858ee --- jdbc2/README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/jdbc2/README b/jdbc2/README index 05118f944..f88bad0d4 100644 --- a/jdbc2/README +++ b/jdbc2/README @@ -1,6 +1,8 @@ *** PostGIS JDBC Driver extension README / FAQ *** +(C) 2005 Markus Schaber + $Revision$ * What is it all about? * @@ -90,6 +92,19 @@ A "make jar" then compiles the code and creates two jar files. The debugging purposes. +* It is called jdbc2 - does it work with jdbc3, too? * + +The current naming is somehow unfortunate. The directory simply is named +jdbc2 because it is the successor of Paul Ramsey's original jdbc directory, +which still exists in CVS. So, the naming does not refer to SUN jdbc +standard releases jdbc-1, jdbc-2 or jdbc-3. + +Please note that the PostgreSQL JDBC driver itsself is released in +several flavours for different JDBC relases and sun JDK releases, but +currently, the same postgis.jar should work with all of them. If not, +you clearly found a bug, and we kindly ask you to report it. + + * How do I use it? * To use the PostGIS types, you need the postgis.jar and the pgjdbc @@ -200,6 +215,13 @@ native PostGIS classes on the java client side. Simply add jts_1.6.jar to your CLASSPATH, "make postgis_jts" and use at your own risk. +* How can I contact you? * + +Well, the best place are the official PostGIS mailing lists for PostGIS, +subscription information is linked at: + http://postgis.refractions.net/support.php + + * Phew. That's all? * Yes. For now, at least. -- 2.40.0