summaryrefslogtreecommitdiff
path: root/system/postgresql/README.SBo
diff options
context:
space:
mode:
authorAdis Nezirovic <adis_at_linux.org.ba>2010-10-24 23:40:41 -0400
committerErik Hanson <erik@slackbuilds.org>2010-10-25 07:55:12 -0500
commit8d4ffb0fba79843c1fea85fe0fde4de71bdcfb10 (patch)
tree91a6386c498e87f620723e314646773d4f86e05d /system/postgresql/README.SBo
parent0541d96c64301b50a9a3f87cfeaef8dd701522b2 (diff)
downloadslackbuilds-8d4ffb0fba79843c1fea85fe0fde4de71bdcfb10.tar.gz
system/postgresql: Updated for version 9.0.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/postgresql/README.SBo')
-rw-r--r--system/postgresql/README.SBo7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/postgresql/README.SBo b/system/postgresql/README.SBo
index dd088c0dd6..48b30ddc28 100644
--- a/system/postgresql/README.SBo
+++ b/system/postgresql/README.SBo
@@ -30,11 +30,8 @@ Additionally, rc.postgresql script has additionalg modes for stop/restart:
unclean-stop|unclean-restart (i.e. pg_ctl 'immediate' mode)
See http://www.postgresql.org/docs/8.4/static/app-pg-ctl.html
-This script builds postgresql with the 'adminpack' and 'pgcrypto'
-features in the contrib directory.
+This script builds postgresql with some useful extension modules from
+the contrib directory, see PG_EXTENSIONS in SlackBuild file.
Please note that in order to actually use extension, you must execute
accompanying SQL scripts located in /usr/share/postgresql/contrib
-
-Additionally, you can enable tsearch2 compatibility module with:
- TSEARCH2_COMPAT=yes ./postgresql.SlackBuild