From 5c871f48450e5b1e6f6c0739813f8d7208795dcb Mon Sep 17 00:00:00 2001 From: Clive Lin Date: Tue, 21 Aug 2001 04:31:39 +0000 Subject: 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 (MAINTAINER) Michal Pasternak (the note) --- databases/postgresql81-server/files/post-install-notes | 3 +++ 1 file changed, 3 insertions(+) (limited to 'databases/postgresql81-server/files') 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'. -- cgit v1.2.3