Re: Full text search - Mailing list pgsql-novice

From Tom Lane
Subject Re: Full text search
Date
Msg-id 18367.1265825027@sss.pgh.pa.us
Whole thread Raw
In response to Full text search  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
List pgsql-novice
Mladen Gogala <mladen.gogala@vmsinfo.com> writes:
> Where can I find the list of separator characters for the configuration
> named "english"? In other words, I need the list of characters which
> delimit words.

The default parser is documented here:
http://www.postgresql.org/docs/8.4/static/textsearch-parsers.html

Anything that isn't a letter, a digit, or allowed by one of the
special cases mentioned there will be treated as a separator.

Also, a bit of experimentation with ts_debug() should clear up any
details you find unclear.

            regards, tom lane

pgsql-novice by date:

Previous
From: Mladen Gogala
Date:
Subject: Full text search
Next
From: Lee
Date:
Subject: Question about commit