From 24ef24057ef21feb035244e01198e5971b87cae3 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 30 Mar 2007 23:12:41 +0000 Subject: [PATCH] * polished postgresql.conf by adding some comments git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20601 10447126-35f2-4685-b0cf-6dd780d3921f --- database/postgresql/postgresql.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/database/postgresql/postgresql.conf b/database/postgresql/postgresql.conf index 3b6aaefcb..a5a74d5bc 100644 --- a/database/postgresql/postgresql.conf +++ b/database/postgresql/postgresql.conf @@ -38,9 +38,12 @@ pkginstalled openssl && \ # --with-tcl build Tcl modules (PL/Tcl) +# Perl module support (PL/Perl) if pkginstalled perl; then var_append extraconfopt " " "--with-perl" fi + +# Python modules support (PL/Python) if pkginstalled python; then var_append extraconfopt " " "--with-python" fi