Re: to_tsvector in 8.2.3

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: richardcraig <richard(at)v3fm(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: to_tsvector in 8.2.3
Date: 2007-03-21 13:25:30
Message-ID: 4601324A.2030108@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I can't reproduce your problem, but I have not Windows box, can anybody
reproduce that?

contrib_regression=# select version();
version

PostgreSQL 8.2.3 on i386-unknown-freebsd6.2, compiled by GCC gcc (GCC) 3.4.6
[FreeBSD] 20060305
(1 row)
contrib_regression=# show server_encoding ;
server_encoding
-----------------
UTF8
(1 row)

contrib_regression=# show lc_collate;
lc_collate
------------
C
(1 row)

contrib_regression=# show lc_ctype;
lc_ctype
----------
C
(1 row)

contrib_regression=# select to_tsvector('test text');
to_tsvector
-------------------
'test':1 'text':2
(1 row)

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-03-21 13:29:04 Re: Lifecycle of PostgreSQL releases
Previous Message richardcraig 2007-03-21 12:22:22 Re: to_tsvector in 8.2.3