Re: accent marks

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: HENAFF Mari-mai FTRD/DMI/LAN <marimai(dot)henaff(at)rd(dot)francetelecom(dot)fr>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: accent marks
Date: 2000-06-09 00:58:04
Message-ID: Pine.LNX.4.21.0006090252480.23619-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

HENAFF Mari-mai FTRD/DMI/LAN writes:

> Is it possible to configure PostgreSQL, so that it is not accent mark
> sensitive when making conditions upon strings on the queries ?

No, you'll have to do that yourself. A simple tr 'âàáéÿ' 'aaaey' etc.
could possibly do on the client side.

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

  • accent marks at 2000-06-08 14:47:53 from HENAFF Mari-mai FTRD/DMI/LAN

Browse pgsql-admin by date

  From Date Subject
Next Message HENAFF Mari-mai FTRD/DMI/LAN 2000-06-09 12:37:16 case senesitive
Previous Message Herbert Rabago Ambos 2000-06-08 15:37:29 Re: web-based reporting from PostgreSQL