> > Users of contrib/tsearch needs after upgrading of module (compiling, installing)
authorBruce Momjian <[email protected]>
Tue, 19 Mar 2002 14:16:32 +0000 (14:16 +0000)
committerBruce Momjian <[email protected]>
Tue, 19 Mar 2002 14:16:32 +0000 (14:16 +0000)
> > to perform sql command:
> >  update pg_amop set amopreqcheck = true where amopclaid =
> >       (select oid from pg_opclass where opcname = 'gist_txtidx_ops');
>
> Oleg, sorry, I don't understand where this should appear.  In the README
> file, and if so, where?  Is this something only for people upgrading
> from 7.2?

Sorry Bruce, I was unclear. I have attached patch to Readme.tsearch
Also, It'd be worth to mention in Changes to point users of tsearch
about importang upgrade notices.

Oleg Bartunov

HISTORY
contrib/tsearch/README.tsearch
doc/src/sgml/release.sgml

diff --git a/HISTORY b/HISTORY
index 70bf0062e740e67223ef9bd6950a10df6945a9ce..0cafbab17136e6a698198f916a260f8b45970ca4 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -20,7 +20,6 @@ Changes
  Fix pgaccess kanji-coversion key binding (Tatsuo)
  Optimizer improvements (Tom)
  cash I/O improvements (Tom)
- contrib/btree_gist improvements (Teodor Sigaev)
  New Russian FAQ
  Compile fix for missing AuthBlockSig (Heiko)
  Additional time zones and time zone fixes (Thomas)
@@ -29,7 +28,9 @@ Changes
  Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
  Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo)
  Improve handling of multiple UNIONs with different lengths (Tom)
- contrib/tsearch dictionary improvements (Thomas T. Thai, Teodor Sigaev)
+ contrib/btree_gist improvements (Teodor Sigaev)
+ contrib/tsearch dictionary improvements, see README.tsearch for
+   an additional installation step (Thomas T. Thai, Teodor Sigaev)
  Fix for array subscripts handling (Tom)
      
 
index c63ae91edd096cfbf4646e565f4cd1c41b08e85e..36ab97face4a1fda187408e084ebe9913838cbf3 100644 (file)
@@ -4,6 +4,15 @@ a searchable data type (textual) with indexed access.
 All work was done by Teodor Sigaev ([email protected]) and Oleg Bartunov
 
+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
index 3459644f94dd796ce5d8a18ec6ce27e50f205996..4395700a4b41698ef88d8b34019869612bd21e7a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.2 2002/03/19 00:12:41 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.115.2.3 2002/03/19 14:16:32 momjian Exp $
 -->
 
 <appendix id="release">
@@ -36,7 +36,6 @@ Ensure that sequence counters do not go backwards after a crash (Tom)
 Fix pgaccess kanji-coversion key binding (Tatsuo)
 Optimizer improvements (Tom)
 cash I/O improvements (Tom)
-contrib/btree_gist improvements (Teodor Sigaev)
 New Russian FAQ
 Compile fix for missing AuthBlockSig (Heiko)
 Additional time zones and time zone fixes (Thomas)
@@ -45,7 +44,9 @@ Return proper OID on command completion even with ON INSERT rules (Tom)
 Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
 Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo)
 Improve handling of multiple UNIONs with different lengths (Tom)
-contrib/tsearch dictionary improvements (Thomas T. Thai, Teodor Sigaev)
+contrib/btree_gist improvements (Teodor Sigaev)
+contrib/tsearch dictionary improvements, see README.tsearch for
+  an additional installation step (Thomas T. Thai, Teodor Sigaev)
 Fix for array subscripts handling (Tom)
      </programlisting>
     </para>