1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add tsearch2.

This commit is contained in:
Tom Lane
2003-07-24 16:54:58 +00:00
parent cf16f51a43
commit f0c5384d4a
2 changed files with 7 additions and 1 deletions

View File

@ -199,6 +199,11 @@ tools -
by Massimo Dal Zotto <dz@cs.unitn.it>
tsearch -
Full-text-index support using GiST (obsolete version)
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
<oleg@sai.msu.su>.
tsearch2 -
Full-text-index support using GiST
by Teodor Sigaev <teodor@stack.net> and Oleg Bartunov
<oleg@sai.msu.su>.