summaryrefslogtreecommitdiff
path: root/databases/postgresql7/files
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-08-21 04:31:39 +0000
committerClive Lin <clive@FreeBSD.org>2001-08-21 04:31:39 +0000
commit5c871f48450e5b1e6f6c0739813f8d7208795dcb (patch)
treed4d987304ade651b09de97ece277a26a707d7644 /databases/postgresql7/files
parentUrgent Update to 8.11.6: (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/postgresql7/files')
-rw-r--r--databases/postgresql7/files/post-install-notes3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/postgresql7/files/post-install-notes b/databases/postgresql7/files/post-install-notes
index 6b7192b31895..9347fc51c247 100644
--- a/databases/postgresql7/files/post-install-notes
+++ b/databases/postgresql7/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'.