diff options
Diffstat (limited to 'system/postgresql/README.SBo')
-rw-r--r-- | system/postgresql/README.SBo | 7 |
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 |