> > Users of contrib/tsearch needs after upgrading of module (compiling, installing)

Bruce Momjian <bruce@momjian.us>

Commit: 94a4677a758ea53ddbc37c81738e9ecd787b4d42
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-03-19T14:16:32Z
Releases: 7.2.1
> > 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.

Oleg Bartunov

Files

PathChange+/−
contrib/tsearch/README.tsearch modified +9 −0
doc/src/sgml/release.sgml modified +4 −3
HISTORY modified +3 −2