full text search for words with a few specific chars

From: Armin Nesiren <armin(at)nesiren(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: full text search for words with a few specific chars
Date: 2011-04-12 11:14:38
Message-ID: BANLkTimfOce3n7-mve5eTVuDKqpsmWGM-Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have a problem, and here it is:

when execute this:

select to_tsvector('simple', 'a.')

I god just one result: 'a' because "." is a "Space symbol"

So, my question is what is the best way to remove a few chars from a
space symbol list, for this (simple) dictionary or another (newly
created). I can not find system db, or a file where postgresql store
those symbols.

Hope that I was clear with question.

Thanks.

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2011-04-12 13:34:42 Re: Why is 8.4 and 9.0 so much slower on some queries?
Previous Message Gipsz Jakab 2011-04-12 11:03:28 Re: pg_connect connection problem