summaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/pkg-message-client
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-03-23 22:24:03 +0000
commit96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch)
tree7650cfe102643b74d6ad1d3efe1771281b5e66f0 /databases/postgresql91-server/pkg-message-client
parent503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff)
Diffstat (limited to 'databases/postgresql91-server/pkg-message-client')
-rw-r--r--databases/postgresql91-server/pkg-message-client32
1 files changed, 0 insertions, 32 deletions
diff --git a/databases/postgresql91-server/pkg-message-client b/databases/postgresql91-server/pkg-message-client
deleted file mode 100644
index 722d50cb4244..000000000000
--- a/databases/postgresql91-server/pkg-message-client
+++ /dev/null
@@ -1,32 +0,0 @@
-The PostgreSQL port has a collection of "side orders":
-
-postgresql-doc
- For all of the html documentation
-
-p5-Pg
- A perl5 API for client access to PostgreSQL databases.
-
-postgresql-tcltk
- If you want tcl/tk client support.
-
-postgresql-jdbc
- For Java JDBC support.
-
-postgresql-odbc
- For client access from unix applications using ODBC as access
- method. Not needed to access unix PostgreSQL servers from Win32
- using ODBC. See below.
-
-ruby-postgres, py-PyGreSQL
- For client access to PostgreSQL databases using the ruby & python
- languages.
-
-p5-postgresql-plperl, postgresql-pltcl & postgresql-plruby
- For using perl5, tcl & ruby as procedural languages.
-
-postgresql-contrib
- Lots of contributed utilities, postgresql functions and
- datatypes. There you find autovacuum, pgcrypto and many other cool
- things.
-
-etc...