tsearch2 punctuation question - Mailing list pgsql-general

From John DeSoi
Subject tsearch2 punctuation question
Date
Msg-id 6658D64C-3FC9-4C55-A088-D3230A18CA01@pgedit.com
Whole thread Raw
Responses Re: tsearch2 punctuation question  (Oleg Bartunov <oleg@sai.msu.su>)
Re: tsearch2 punctuation question  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-general
For example:


select to_tsvector('cat,dog apple/orange');

            to_tsvector
----------------------------------
'cat':1 'dog':2 'apple/orange':3
(1 row)


Is there a setting that allows me to specify that strings containing
the '/' should be parsed into separate words? As is, I can't find
'apple' or 'orange'.

Thanks,

John




John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Fw: PostgreSQL Performance Tuning
Next
From: Bill Moran
Date:
Subject: Re: [ADMIN] pg_buffercache view