summaryrefslogtreecommitdiff
path: root/databases/postgresql10-server/files/pkg-message-client.in
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2017-08-10 14:23:31 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2017-08-10 14:23:31 +0000
commit0fffd0a8078c91b448e48d7e3354156c8f37553a (patch)
treec140111beb1a865c26cd80c57328f7d5835df953 /databases/postgresql10-server/files/pkg-message-client.in
parent- Update to 1.10.0 (diff)
Add PostgreSQL-10 to the ports tree
The PostgreSQL Global Development Group announces today that the third beta release of PostgreSQL 10 is available for download. This release contains previews of all of the features which will be available in the final release of version 10, including fixes to many of the issues found in the second beta. Users are encouraged to begin testing their applications against 10 beta3. URL: https://www.postgresql.org/about/news/1771/
Notes
Notes: svn path=/head/; revision=447680
Diffstat (limited to 'databases/postgresql10-server/files/pkg-message-client.in')
-rw-r--r--databases/postgresql10-server/files/pkg-message-client.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/databases/postgresql10-server/files/pkg-message-client.in b/databases/postgresql10-server/files/pkg-message-client.in
new file mode 100644
index 000000000000..3f98190bbd84
--- /dev/null
+++ b/databases/postgresql10-server/files/pkg-message-client.in
@@ -0,0 +1,32 @@
+The PostgreSQL port has a collection of "side orders":
+
+postgresql-docs
+ 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.
+
+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 pg_standby, pgcrypto and many other cool
+ things.
+
+etc...