diff options
| author | Bruce Momjian <bruce@momjian.us> | 2002-03-19 14:14:44 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2002-03-19 14:14:44 +0000 |
| commit | 99c8581f5a22fb5c8224b1b2cba1071ec680ef43 (patch) | |
| tree | 3699188a6f2ac63eb3f84612f7c03e8501fb48f6 /HISTORY | |
| parent | b752788510696c9ac5e9e43611a8b6a0eaacca77 (diff) | |
| download | postgresql-99c8581f5a22fb5c8224b1b2cba1071ec680ef43.tar.gz | |
> > 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 'HISTORY')
| -rw-r--r-- | HISTORY | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,7 +20,6 @@ Changes 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) @@ -29,7 +28,9 @@ Changes 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) |
