Re: [NOVICE] PostgreSQL case sensitivity

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: [NOVICE] PostgreSQL case sensitivity
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B53A2CB81@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на [NOVICE] PostgreSQL case sensitivity  (Rouzzi Anissa <rouzzi.anissa@gmail.com>)
Ответы Re: [NOVICE] PostgreSQL case sensitivity  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-novice
Rouzzi Anissa wrote:
> Please help me i would like to know if there is any way to disable the case sensitivity in
> PostgreSQL Server.
> How can i achieve that?

I guess you are speaking about string comparison.

You could use the "citext" type defined in the contrib module of that name:
https://www.postgresql.org/docs/current/static/citext.html

Yours,
Laurenz Albe

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

Предыдущее
От: Rouzzi Anissa
Дата:
Сообщение: [NOVICE] PostgreSQL case sensitivity
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [NOVICE] PostgreSQL case sensitivity