Problem with the accents

Поиск
Список
Период
Сортировка
От frederic massot
Тема Problem with the accents
Дата
Msg-id 3BB089F2.6439630F@juliana-multimedia.com
обсуждение исходный текст
Ответы Re: Problem with the accents  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Ryan Mahoney
Дата:
Сообщение: Randomize Result Set Order
Следующее
От: Keary Suska
Дата:
Сообщение: Re: is there any replacement for a cursor