Re: postgresql database use a case insensitive collation

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: postgresql database use a case insensitive collation
Дата
Msg-id 4225123ef7e892c550452c22257282ff0755ff09.camel@cybertec.at
обсуждение исходный текст
Ответ на postgresql database use a case insensitive collation  (Dennis <daslaner@gmail.com>)
Список pgsql-admin
On Wed, 2022-05-25 at 09:19 +0300, Dennis wrote:
> How to make configuration my postgresql database use a case insensitive collation?

You'd have to define such a collation with CREATE COLLATION and you have to use it
in column definitions explicitly, since such a collation cannot be used as database
collation.

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com



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

Предыдущее
От: Dennis
Дата:
Сообщение: postgresql database use a case insensitive collation
Следующее
От: Holger Jakobs
Дата:
Сообщение: Re: postgresql database use a case insensitive collation