Re: to_tsvector in 8.2.3 - Mailing list pgsql-general

From Oleg Bartunov
Subject Re: to_tsvector in 8.2.3
Date
Msg-id Pine.LNX.4.64.0703211454460.12152@sn.sai.msu.ru
Whole thread Raw
In response to to_tsvector in 8.2.3  (richardcraig <richard@v3fm.com>)
Responses Re: to_tsvector in 8.2.3  (richardcraig <richard@v3fm.com>)
List pgsql-general
What parse returns ? 8.1.5 and 8.3 return

www=# select parse('test text');
   parse
----------
  (1,test)
  (12," ")
  (1,text)
(3 rows)

Also, what is your configuration ?


On Wed, 21 Mar 2007, richardcraig wrote:

>
> 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?
>

     Regards,
         Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

pgsql-general by date:

Previous
From: richardcraig
Date:
Subject: to_tsvector in 8.2.3
Next
From: richardcraig
Date:
Subject: Re: to_tsvector in 8.2.3