diff options
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 a2c2a189994c..6a79a84ee87f 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 |