Seaching without accents

From: "Augusto Cesar Castoldi" <castoldi(at)npd(dot)ufsc(dot)br>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Seaching without accents
Date: 2004-01-28 12:42:39
Message-ID: 20040128124100.CE6F219F7@mail.npd.ufsc.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How can I configure postgreSQL to search without acents?

Like:

Table “test”

Clumns: name , values:

Test

Test

tést

Tést

SELECT * FROM test WHERE name LIKE “tes%”

And it should return values “tést, test”

Thanks,

Augusto

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marco Lazzeri 2004-01-28 13:51:15 Re: Seaching without accents
Previous Message MaRCeLO PeReiRA 2004-01-28 12:36:22 Re: Logging all queries (almost there)