Re: Mysql to postgres

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Mysql to postgres
Дата
Msg-id 20050411185649.GW93835@decibel.org
обсуждение исходный текст
Ответ на Re: Mysql to postgres  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
On Mon, Apr 11, 2005 at 03:02:01AM -0400, Tom Lane wrote:
> I think you could probably also do it by building a locale whose
> comparisons are case-insensitive, but I don't know enough about
> locales to be sure.

FWIW, this is how old versions of Sybase handled case insensitivity.
Pretty much every other database I've worked on though, you want to go
the lower()/lcase() route.

citext is interesting; I'll have to look into that for
stats.distributed.net. Another example of how incredibly extensible
PostgreSQL is.
--
Jim C. Nasby, Database Consultant               decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

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

Предыдущее
От: Reuly Bússolo Mendes
Дата:
Сообщение: Re: Problem in order by
Следующее
От: Thomas F.O'Connell
Дата:
Сообщение: Re: Trying to use initlocation