summaryrefslogtreecommitdiff
path: root/databases/jdbc-postgresql94/DESCR
diff options
context:
space:
mode:
authorasau <asau>2015-07-19 13:14:58 +0000
committerasau <asau>2015-07-19 13:14:58 +0000
commit438f0161ff1dec3a89f0bae7db03c112e6c67c6a (patch)
tree945b96c6ad6f34aed55ba6cf6d7e3c9146dad9ff /databases/jdbc-postgresql94/DESCR
parentabdc3f1efbd1bb95966f11bcee09d3ecc0fe662d (diff)
downloadpkgsrc-438f0161ff1dec3a89f0bae7db03c112e6c67c6a.tar.gz
Import jdbc-postgresql94-1201 as databases/jdbc-postgresql94.
Cloned from databases/jdbc-postgresql93. This is a pure Java (Type IV) JDBC driver for the PostgreSQL database. It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code. The driver provides a reasonably complete implementation of the JDBC 4 specification in addition to some PostgreSQL specific extensions.
Diffstat (limited to 'databases/jdbc-postgresql94/DESCR')
-rw-r--r--databases/jdbc-postgresql94/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/jdbc-postgresql94/DESCR b/databases/jdbc-postgresql94/DESCR
new file mode 100644
index 00000000000..29ea6f02b3c
--- /dev/null
+++ b/databases/jdbc-postgresql94/DESCR
@@ -0,0 +1,7 @@
+This is a pure Java (Type IV) JDBC driver for the PostgreSQL
+database. It allows Java programs to connect to a PostgreSQL
+database using standard, database independent Java code.
+
+The driver provides a reasonably complete implementation of the
+JDBC 4 specification in addition to some PostgreSQL specific
+extensions.