diff options
| author | Bruce Momjian | 2002-03-19 14:16:32 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-03-19 14:16:32 +0000 |
| commit | 94a4677a758ea53ddbc37c81738e9ecd787b4d42 (patch) | |
| tree | 40ddfee0ecc208f66dc6a2f12bde680d02fbb960 /doc/src | |
| parent | 873a986cf85f2afe4007b99c2d02d7cb4db43f13 (diff) | |
> > 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
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/release.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 3459644f94d..4395700a4b4 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -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> |
