Skip to content

Commit 99c8581

Browse files
committed
> > 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
1 parent b752788 commit 99c8581

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

HISTORY

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Changes
2020
Fix pgaccess kanji-coversion key binding (Tatsuo)
2121
Optimizer improvements (Tom)
2222
cash I/O improvements (Tom)
23-
contrib/btree_gist improvements (Teodor Sigaev)
2423
New Russian FAQ
2524
Compile fix for missing AuthBlockSig (Heiko)
2625
Additional time zones and time zone fixes (Thomas)
@@ -29,7 +28,9 @@ Changes
2928
Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
3029
Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo)
3130
Improve handling of multiple UNIONs with different lengths (Tom)
32-
contrib/tsearch dictionary improvements (Thomas T. Thai, Teodor Sigaev)
31+
contrib/btree_gist improvements (Teodor Sigaev)
32+
contrib/tsearch dictionary improvements, see README.tsearch for
33+
an additional installation step (Thomas T. Thai, Teodor Sigaev)
3334
Fix for array subscripts handling (Tom)
3435

3536

contrib/tsearch/README.tsearch

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ a searchable data type (textual) with indexed access.
44
All work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov
55
(oleg@sai.msu.su).
66

7+
CHANGES:
8+
9+
To upgrade from 7.2 to 7.2.1 one needs to perform following sql
10+
(after compiling and installing contrib/tsearch):
11+
12+
update pg_amop set amopreqcheck = true where amopclaid =
13+
(select oid from pg_opclass where opcname = 'gist_txtidx_ops');
14+
15+
716
IMPORTANT NOTICE:
817

918
This is a first step of our work on integration of OpenFTS

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy