diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-09 15:51:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-09 15:51:37 +0000 |
commit | 766a44f77fa169c53fc8eddc41a821de43a4e118 (patch) | |
tree | 2048689ecbc7af15d591ee36dbb2bf9577e5908b /src/interfaces/jdbc | |
parent | 1ef9338ab6f9ce47356c4eac2ea1a53f3131393b (diff) | |
download | postgresql-766a44f77fa169c53fc8eddc41a821de43a4e118.tar.gz postgresql-766a44f77fa169c53fc8eddc41a821de43a4e118.zip |
Mention new jdbc mailing list instead of interfaces list.
Diffstat (limited to 'src/interfaces/jdbc')
-rw-r--r-- | src/interfaces/jdbc/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/jdbc/README b/src/interfaces/jdbc/README index 69201d9b63b..7531bc5b209 100644 --- a/src/interfaces/jdbc/README +++ b/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: http://www.javasoft.com/ -For problems with this driver, then refer to the postgres-interfaces email +For problems with this driver, then refer to the postgres-jdbc email list: http://www.postgresql.org/ @@ -29,7 +29,7 @@ COMPILING To compile you will need to have ANT installed. To obtain ant go to http://jakarta.apache.org/ant/index.html and download the binary. Being pure java it will run on virtually all java platforms. If you have any problems -please email the INTERFACES list. +please email the jdbc list. Once you have ANT, run the configure script in the top-level directory with the --with-java option. Then proceed with 'make' and 'make install' as |