I found bug in tsearch2 module (8.3, 8.4).
Thank you, fixed
http://archives.postgresql.org/message-id/20090128183133.0d6f9755...@cvs.postgresql.org
(for 8.3 too)
--
Teodor Sigaev E-mail: teo...@sigaev.ru
WWW: h
Hello
I found bug in tsearch2 module (8.3, 8.4).
\i /usr/local/pgsql83/share/contrib/tsearch2.sql
create table t(d varchar, fi public.tsvector);
CREATE TRIGGER fux BEFORE INSERT OR UPDATE ON fulltexttest FOR EACH
ROW EXECUTE PROCEDURE tsearch2('fi', 'description');
postgres=# INSERT INTO fullte