Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 14d542b

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 99c8581 commit 14d542b

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

contrib/tsearch/README.tsearch

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@ 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-
167
IMPORTANT NOTICE:
178

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

doc/src/sgml/release.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.122 2002/03/19 00:12:09 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.123 2002/03/19 14:14:44 momjian Exp $
33
-->
44

55
<appendix id="release">
@@ -36,7 +36,6 @@ Ensure that sequence counters do not go backwards after a crash (Tom)
3636
Fix pgaccess kanji-coversion key binding (Tatsuo)
3737
Optimizer improvements (Tom)
3838
cash I/O improvements (Tom)
39-
contrib/btree_gist improvements (Teodor Sigaev)
4039
New Russian FAQ
4140
Compile fix for missing AuthBlockSig (Heiko)
4241
Additional time zones and time zone fixes (Thomas)
@@ -45,7 +44,9 @@ Return proper OID on command completion even with ON INSERT rules (Tom)
4544
Allow COPY FROM to use 8-bit DELIMITERS (Tatsuo)
4645
Fix bug in extract/date_part for milliseconds/microseconds (Tatsuo)
4746
Improve handling of multiple UNIONs with different lengths (Tom)
48-
contrib/tsearch dictionary improvements (Thomas T. Thai, Teodor Sigaev)
47+
contrib/btree_gist improvements (Teodor Sigaev)
48+
contrib/tsearch dictionary improvements, see README.tsearch for
49+
an additional installation step (Thomas T. Thai, Teodor Sigaev)
4950
Fix for array subscripts handling (Tom)
5051
</programlisting>
5152
</para>

0 commit comments

Comments
 (0)