FTI (not tsearch) ignores greek

From: ilias seperis <ilisepe1(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: FTI (not tsearch) ignores greek
Date: 2007-02-24 14:57:06
Message-ID: 358212.70674.qm@web58708.mail.re1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hello,

i'm using postgresql-8.1 and installed the FTI contrib
package (fti.so).

I'm trying to full-text index a table's collumn.
Almost eveything is ok. I insert some test data on the
table and i can see that it is indexed in the fti
table.

The problem comes when i insert data with greek
characters. It seems as though they are completely
ignored from FTI. I don't get any error at all.

The database was created with server_encoding
iso8859-7 and i'm using the same client_encoding too.

Any suggestions?

thanx
ilias


____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2007-02-24 16:07:31 Re: FTI (not tsearch) ignores greek
Previous Message Martijn van Oosterhout 2007-02-24 13:58:40 Re: pgfoundry