Problem with the accents - Mailing list pgsql-general

From frederic massot
Subject Problem with the accents
Date
Msg-id 3BB089F2.6439630F@juliana-multimedia.com
Whole thread Raw
Responses Re: Problem with the accents
List pgsql-general
Hello,

I have a problem at the time of requete containing accents with
PostgreSQL version 6.5.3 :

Via psql, the following requete does not function :

SELECT id_dico, name
 FROM  dico_fr
 WHERE name ~* '^bé'
 ORDER BY name;


The tables are coded in UNICODE.

A idee ?

Thank you.
--
==============================================
|              FREDERIC MASSOT               |
|     http://www.juliana-multimedia.com      |
|   mailto:frederic@juliana-multimedia.com   |
===========================Debian=GNU/Linux===

pgsql-general by date:

Previous
From: Ryan Mahoney
Date:
Subject: Randomize Result Set Order
Next
From: Keary Suska
Date:
Subject: Re: is there any replacement for a cursor