On Tue, 19 Mar 2002, Bruce Momjian wrote:

> Oleg Bartunov wrote:
> > On Tue, 19 Mar 2002, Bruce Momjian wrote:
> >
> > > Oleg Bartunov wrote:
> > > > Bruce,
> > > >
> > > > we have something to add. It's quite important for users of our tsearch module.
> > > > Too late ?
> > >
> > > For 7.2.1, I don't think it is too late but I don't think we can wait
> > > days.
> >
> > Don't wait. It's below:
> >
> > Users of contrib/tsearch needs after upgrading of module (compiling, installing)
> > 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.

>
>

        Regards,
                Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: [EMAIL PROTECTED], http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
*** README.tsearch.orig Fri Feb  8 01:11:42 2002
--- README.tsearch      Tue Mar 19 16:36:17 2002
***************
*** 4,9 ****
--- 4,18 ----
  All work was done by Teodor Sigaev ([EMAIL PROTECTED]) and Oleg Bartunov
  ([EMAIL PROTECTED]).
  
+ 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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to