Postgres and special character

Поиск
Список
Период
Сортировка
От Eric, Audet
Тема Postgres and special character
Дата
Msg-id 2DA31E03197FD51192260000F8036F8709DD35@server02
обсуждение исходный текст
Ответы Re: Postgres and special character  (Fernando Schapachnik <fschapachnik@vianetworks.com.ar>)
Список pgsql-general
In my database I have french character

When I do "select * from customer order by firstname"

I get result in this order
Eric
Ezeb
Isabelle
Ziggy
Éric
Éve

But would like to get
Eric
Éric
Éve
Ezeb
Isabelle
Ziggy


In other word, I would like É be considered like a E ... the same goes with
ÀÛÊ etc etc

Is there a way to do this?

Eric

В списке pgsql-general по дате отправления:

Предыдущее
От: "Gregory Wood"
Дата:
Сообщение: Re: SELECT FOR UPDATE
Следующее
От: Fernando Schapachnik
Дата:
Сообщение: Re: Postgres and special character