Browse Source

* polished postgresql.conf by adding some comments

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20601 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
24ef24057e
  1. 3
      database/postgresql/postgresql.conf

3
database/postgresql/postgresql.conf

@ -38,9 +38,12 @@ pkginstalled openssl && \
# --with-tcl build Tcl modules (PL/Tcl) # --with-tcl build Tcl modules (PL/Tcl)
# Perl module support (PL/Perl)
if pkginstalled perl; then if pkginstalled perl; then
var_append extraconfopt " " "--with-perl" var_append extraconfopt " " "--with-perl"
fi fi
# Python modules support (PL/Python)
if pkginstalled python; then if pkginstalled python; then
var_append extraconfopt " " "--with-python" var_append extraconfopt " " "--with-python"
fi fi

Loading…
Cancel
Save