Add tsearch2.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Jul 2003 16:54:58 +0000 (16:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Jul 2003 16:54:58 +0000 (16:54 +0000)
contrib/Makefile
contrib/README

index a666c3f990917ef950c35d6f56c91cc48075062d..c4bc21f69a6601a25f8f17d2a65ce89b08cea433 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.44 2003/06/30 20:02:53 tgl Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.45 2003/07/24 16:54:58 tgl Exp $
 
 subdir = contrib
 top_builddir = ..
@@ -39,6 +39,7 @@ WANTED_DIRS = \
                tablefunc       \
                tips            \
                tsearch         \
+               tsearch2        \
                userlock        \
                vacuumlo
 
index f535952425c093b5b06a7d4e07b2a5590eb72ee4..42d4079154e5f9c95f0ec50d763c1b4bbcadd50f 100644 (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>.