Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99c8581

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.tsearchAlso, It'd be worth to mention in Changes to point users of tsearchabout importang upgrade notices.Oleg Bartunov
1 parentb752788 commit99c8581

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)

[8]ページ先頭

©2009-2025 Movatter.jp