to_tsvector in 8.2.3

From: richardcraig <richard(at)v3fm(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: to_tsvector in 8.2.3
Date: 2007-03-21 11:42:46
Message-ID: 9592230.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


It may solve my query if anybody can tell me if anything has changes in
tsearch2 recently? otherwise...

I have two installations of Postgres on Windows machines, one is 8.2.1 and
the other is 8.2.3

Both installed the same way, selecting tsearch2 during the installation and
restoring the same backup database file.

In 8.2.1
select to_tsvector('test text')
returns
'test':1 'text':2
as expected

In 8.2.3 the same code returns
'test text':1

Can anybody help?
--
View this message in context: http://www.nabble.com/to_tsvector-in-8.2.3-tf3440132.html#a9592230
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Bartunov 2007-03-21 11:56:22 Re: to_tsvector in 8.2.3
Previous Message Fuzzygoth 2007-03-21 11:17:07 invalid byte sequence for encoding "UTF8"