Problem with the accents

From: frederic massot <frederic(at)juliana-multimedia(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Problem with the accents
Date: 2001-09-25 13:43:14
Message-ID: 3BB089F2.6439630F@juliana-multimedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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(at)juliana-multimedia(dot)com |
===========================Debian=GNU/Linux===

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Frank Joerdens 2001-09-25 13:46:58 Re: virtual filesystem atop a PostgreSQL database
Previous Message Thomas Lockhart 2001-09-25 13:29:58 Re: virtual filesystem atop a PostgreSQL database

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-09-25 15:47:43 overlaps operator for time type(s)
Previous Message Gowey, Geoffrey 2001-09-25 13:19:33 Re: Changing data types