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>
Re: postgresql database use a case insensitive collation Holger Jakobs <holger@jakobs.com>
Re: postgresql database use a case insensitive collation Paul Smith <paul@pscs.co.uk>
Re: postgresql database use a case insensitive collation Laurenz Albe <laurenz.albe@cybertec.at>
Re: postgresql database use a case insensitive collation jian he <jian.universality@gmail.com>
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 по дате отправления