From: | momjian(at)postgresql(dot)org (Bruce Momjian - CVS) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql/ /Tag: /REL7_2_STABLE /HISTORY ontrib/ts ... |
Date: | 2002-03-19 14:16:33 |
Message-ID: | 20020319141633.982B7475B61@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/03/19 09:16:33
Modified files:
. : Tag: REL7_2_STABLE HISTORY
contrib/tsearch: Tag: REL7_2_STABLE README.tsearch
doc/src/sgml : Tag: REL7_2_STABLE 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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian - CVS | 2002-03-19 16:10:53 | pgsql/src/backend/tcop postgres.c |
Previous Message | Bruce Momjian - CVS | 2002-03-19 14:15:56 | pgsql/contrib/tsearch README.tsearch |