1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-10 09:21:54 +03:00

Update description of contrib/tsearch2.

This commit is contained in:
Tom Lane 2007-11-13 21:10:40 +00:00
parent f85252097f
commit 7341a0a0f9

View File

@ -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 they address a limited audience or are too experimental to be part of
the main source tree. This does not preclude their usefulness. the main source tree. This does not preclude their usefulness.
Each subdirectory contains a README file with information about the User documentation for each module appears in the main SGML documentation.
module. Most items can be built with `gmake all' and installed with
Most items can be built with `gmake all' and installed with
`gmake install' in the usual fashion, after you have run the `configure' `gmake install' in the usual fashion, after you have run the `configure'
script in the top-level directory. Some directories supply new script in the top-level directory. Some directories supply new
user-defined functions, operators, or types. In these cases, after you have user-defined functions, operators, or types. In these cases, after you have
@ -148,9 +149,9 @@ test_parser -
by Sergey Karpov <karpov@sao.ru> by Sergey Karpov <karpov@sao.ru>
tsearch2 - tsearch2 -
Full-text-index support using GiST Compatibility package for the pre-8.3 implementation of text search.
by Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov Pavel Stehule <pavel.stehule@gmail.com>, based on code originally by
<oleg@sai.msu.su>. Teodor Sigaev <teodor@sigaev.ru> and Oleg Bartunov <oleg@sai.msu.su>.
uuid-ossp - uuid-ossp -
UUID generation functions UUID generation functions