diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-08-21 04:31:39 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-08-21 04:31:39 +0000 |
commit | 5c871f48450e5b1e6f6c0739813f8d7208795dcb (patch) | |
tree | d4d987304ade651b09de97ece277a26a707d7644 /databases/postgresql81-server/files | |
parent | af01a1bc5ff58a24cf752411efb925f7670ba446 (diff) |
Update the PostgreSQL port to 7.1.3.
A note about how to install languages into a PostgreSQL database is added.
PR: ports/29916
Submitted by: Palle Girgensohn <girgen@partitur.se> (MAINTAINER)
Michal Pasternak <doc@lublin.t1.pl> (the note)
Notes
Notes:
svn path=/head/; revision=46573
Diffstat (limited to 'databases/postgresql81-server/files')
-rw-r--r-- | databases/postgresql81-server/files/post-install-notes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/postgresql81-server/files/post-install-notes b/databases/postgresql81-server/files/post-install-notes index 6b7192b31895..9347fc51c247 100644 --- a/databases/postgresql81-server/files/post-install-notes +++ b/databases/postgresql81-server/files/post-install-notes @@ -20,3 +20,6 @@ If you built with Java support, add If you have many tables and many clients running, consider raising kern.maxfiles using sysctl(8). + +Use createlang(1) to install languages into your database. +Supported languages are 'plpgsql', 'pltcl', 'pltclu', and 'plperl'. |