diff options
author | Adis Nezirovic <adis _at_ linux.org.ba> | 2010-05-11 19:46:35 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 19:46:35 +0200 |
commit | 71917d7ae08fb1d3ffd1c7fd69aae7ce22ed3324 (patch) | |
tree | 48f8a7c6443aed5e36e2089dcbb30d91778f41a6 /system/postgresql/README | |
parent | e71b7af2e0b90ef7159ffc1aed291c2d808c8db6 (diff) | |
download | slackbuilds-71917d7ae08fb1d3ffd1c7fd69aae7ce22ed3324.tar.gz |
system/postgresql: Updated for version 8.3.0
Diffstat (limited to 'system/postgresql/README')
-rw-r--r-- | system/postgresql/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/postgresql/README b/system/postgresql/README index a2c2a18999..6a79a84ee8 100644 --- a/system/postgresql/README +++ b/system/postgresql/README @@ -16,6 +16,10 @@ tsearch2 - Full-text-index support using GiST by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov <oleg@sai.msu.su>. + Since ver. 8.3 tsearch2 is directly supported by PostgreSQL + This contrib module is now a compatibility layer. Run + # TSEARCH2_COMPAT=no ./postgresql.SlackBuild + if you don't need it. Before you can run postgresql you'll need to create the |