Thread: pgsql/ /HISTORY ontrib/tsearch/README.tsearch ...
pgsql/ /HISTORY ontrib/tsearch/README.tsearch ...
From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
CVSROOT: /cvsroot Module name: pgsql Changes by: momjian@postgresql.org 02/03/19 09:14:45 Modified files: . : HISTORY contrib/tsearch: README.tsearch doc/src/sgml : release.sgml Log message: > > 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