summaryrefslogtreecommitdiff
path: root/databases/jdbc-postgresql92/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'databases/jdbc-postgresql92/DESCR')
-rw-r--r--databases/jdbc-postgresql92/DESCR7
1 files changed, 7 insertions, 0 deletions
diff --git a/databases/jdbc-postgresql92/DESCR b/databases/jdbc-postgresql92/DESCR
new file mode 100644
index 00000000000..29ea6f02b3c
--- /dev/null
+++ b/databases/jdbc-postgresql92/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.