| От | 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
|
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера