Re: Making pg_hba.conf case-insensitive

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Making pg_hba.conf case-insensitive
Дата
Msg-id 15440.1471543599@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Making pg_hba.conf case-insensitive  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Making pg_hba.conf case-insensitive  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> I was looking at this TODO item from 2009:
>     https://www.postgresql.org/message-id/4AA7B197.70002%40usit.uio.no
> I have implemented this in the attached patch.  It does two things:

Is there really enough demand for this to justify subtle breakage
of existing pg_hba.conf entries?  It'd probably have been fine if
we did it like that originally, but I think it's a bit late now.

Also, why strcasecmp and not pg_strcasecmp?  The former is going
to induce misbehavior in e.g. Turkish locales.
        regards, tom lane



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: PROPOSAL: make PostgreSQL sanitizers-friendly (and prevent information disclosure)
Следующее
От: Corey Huinker
Дата:
Сообщение: Re: anyelement -> anyrange