diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-02-19 08:35:58 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-02-19 08:35:58 +0000 |
commit | 6759124a42b50a51be613bd43e51f95fae0993cf (patch) | |
tree | d08845d886a72b8474d74f81dcee19395eb48738 /databases/postgresql-jdbc/pkg-message | |
parent | This is a port of the PL/Perl module that is part of the (diff) |
This is the implementation of JDBC, the Java Database Connectivity API,
for accessing PostgreSQL databases from Java.
PR: ports/34856
Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes
Notes:
svn path=/head/; revision=54892
Diffstat (limited to 'databases/postgresql-jdbc/pkg-message')
-rw-r--r-- | databases/postgresql-jdbc/pkg-message | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/postgresql-jdbc/pkg-message b/databases/postgresql-jdbc/pkg-message new file mode 100644 index 000000000000..d00982c26c05 --- /dev/null +++ b/databases/postgresql-jdbc/pkg-message @@ -0,0 +1,8 @@ +PostgreSQL JDBC support installed! + +postgresql.jar resides in +/usr/local/share/java/classes/postgresql.jar +Add this to your CLASSPATH! + +java examples reside in +/usr/local/share/examples/postgresql |