diff options
author | clive <clive@FreeBSD.org> | 2001-08-21 12:31:39 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-08-21 12:31:39 +0800 |
commit | 1f96330b6e76fc3f79f18a1ab2b557edf9380c48 (patch) | |
tree | c344f735fc27303f2f8f2c468cff9e29d4362d6b /databases/postgresql7/files | |
parent | e3909470a4540cb08e5c6f93ac3af6692aebc48c (diff) | |
download | freebsd-ports-gnome-1f96330b6e76fc3f79f18a1ab2b557edf9380c48.tar.gz freebsd-ports-gnome-1f96330b6e76fc3f79f18a1ab2b557edf9380c48.tar.zst freebsd-ports-gnome-1f96330b6e76fc3f79f18a1ab2b557edf9380c48.zip |
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)
Diffstat (limited to 'databases/postgresql7/files')
-rw-r--r-- | databases/postgresql7/files/post-install-notes | 3 |
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'. |