aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-11-13 21:10:40 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-11-13 21:10:40 +0000
commit7341a0a0f9a98320d360ea370fcce0096ed94518 (patch)
tree2872ce44cfe1b6a8fe283b2d468e06267f07969f
parentf85252097f5d21c906a0b08922615e4ddca96dd0 (diff)
downloadpostgresql-7341a0a0f9a98320d360ea370fcce0096ed94518.tar.gz
postgresql-7341a0a0f9a98320d360ea370fcce0096ed94518.zip
Update description of contrib/tsearch2.
-rw-r--r--contrib/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/contrib/README b/contrib/README
index ac15b85a3e8..c1b776b1393 100644
--- a/contrib/README
+++ b/contrib/README
@@ -6,8 +6,9 @@ features that are not part of the core PostgreSQL system, mainly because
they address a limited audience or are too experimental to be part of
the main source tree. This does not preclude their usefulness.
-Each subdirectory contains a README file with information about the
-module. Most items can be built with `gmake all' and installed with
+User documentation for each module appears in the main SGML documentation.
+
+Most items can be built with `gmake all' and installed with
`gmake install' in the usual fashion, after you have run the `configure'
script in the top-level directory. Some directories supply new
user-defined functions, operators, or types. In these cases, after you have
@@ -148,9 +149,9 @@ test_parser -
by Sergey Karpov <karpov@sao.ru>
tsearch2 -
- Full-text-index support using GiST
- by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov
- <oleg@sai.msu.su>.
+ Compatibility package for the pre-8.3 implementation of text search.
+ Pavel Stehule <pavel.stehule@gmail.com>, based on code originally by
+ Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov <oleg@sai.msu.su>.
uuid-ossp -
UUID generation functions