We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1ef9338 commit766a44fCopy full SHA for 766a44f
src/interfaces/jdbc/README
@@ -9,7 +9,7 @@ This isn't a guide on how to use JDBC - for that refer to Javasoft's web site:
9
10
http://www.javasoft.com/
11
12
-For problems with this driver, then refer to the postgres-interfaces email
+For problems with this driver, then refer to the postgres-jdbc email
13
list:
14
15
http://www.postgresql.org/
@@ -29,7 +29,7 @@ COMPILING
29
To compile you will need to have ANT installed. To obtain ant go to
30
http://jakarta.apache.org/ant/index.html and download the binary. Being pure
31
java it will run on virtually all java platforms. If you have any problems
32
-please email theINTERFACES list.
+please email thejdbc list.
33
34
Once you have ANT, run the configure script in the top-level directory with
35
the --with-java option. Then proceed with 'make' and 'make install' as