accent = no accent

From: "jose antonio leo" <jaleo8(at)storelandia(dot)com>
To: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: accent = no accent
Date: 2003-02-17 16:34:02
Message-ID: KAEFLIDKHEJNPPKOLGHMOEPDCNAA.jaleo8@storelandia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi again!!

How can I make selects not accent sensitive?

The select:
Select * from articul where desc like 'jamon'
return the sames record that is
Select * from articul where desc like 'jamon'

Thanks

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-02-17 17:17:48 BIT STRINGS
Previous Message joyehsu 2003-02-17 15:57:50 a function problem...