]> granicus.if.org Git - postgresql/blobdiff - contrib/tsearch/README.tsearch
> > Users of contrib/tsearch needs after upgrading of module (compiling, installing)
[postgresql] / contrib / tsearch / README.tsearch
index c63ae91edd096cfbf4646e565f4cd1c41b08e85e..36ab97face4a1fda187408e084ebe9913838cbf3 100644 (file)
@@ -4,6 +4,15 @@ a searchable data type (textual) with indexed access.
 All work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov
 (oleg@sai.msu.su).
 
+CHANGES:
+  
+  To upgrade from 7.2 to 7.2.1 one needs to perform following sql
+  (after compiling and installing contrib/tsearch):
+
+  update pg_amop set amopreqcheck = true where amopclaid =
+     (select oid from pg_opclass where opcname = 'gist_txtidx_ops');
+
+
 IMPORTANT NOTICE:
 
 This is a first step of our work on integration of OpenFTS