Re: postgresql database use a case insensitive collation

Поиск
Список
Период
Сортировка
От Holger Jakobs
Тема Re: postgresql database use a case insensitive collation
Дата
Msg-id 0ac62809-eb35-75f4-2fb6-c92cc590bff0@jakobs.com
обсуждение исходный текст
Ответ на postgresql database use a case insensitive collation  (Dennis <daslaner@gmail.com>)
Список pgsql-admin
Am 25.05.22 um 08:19 schrieb Dennis:
> Hi,
>
> How to make configuration my postgresql database use a case 
> insensitive collation?
>
> Dennis

Hi Dennis,

you may use the data type citext (case insensitive text). It's not 
builtin, but an extension, which has to be activated in every database with

CREATE EXTENSION citext;

Regards,

Holger


-- 
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012


Вложения

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

Предыдущее
От: Laurenz Albe
Дата:
Сообщение: Re: postgresql database use a case insensitive collation
Следующее
От: Paul Smith
Дата:
Сообщение: Re: postgresql database use a case insensitive collation