Process pg_hba.conf keywords as case-insensitive

Поиск
Список
Период
Сортировка
От Андрей Асякин
Тема Process pg_hba.conf keywords as case-insensitive
Дата
Msg-id CAFnzpOU=31Usg7Jx+QYGLmB2xtCLp9rfBgMezk+QjMgq4PZd9w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Process pg_hba.conf keywords as case-insensitive  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi!
This is my first post to this list.
(Sorry for my bad english)

I decided to start small, but as it is in the TODO, then why not.

In TODO:
> Process pg_hba.conf keywords as case-insensitive
>http://archives.postgresql.org/pgsql-hackers/2009-09/msg00432.php

It seems to me reasonable to throw an error saying 'ALL' is not a valid value and * not * reload the pg_hba.conf file.

It seems a good place parse_hba_line in src/backend/libpq/hba.c, and use strcasecmp for checks.

Patch attached, if is very simple,
Вложения

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

Предыдущее
От: Andreas 'ads' Scherbaum
Дата:
Сообщение: Re: Small documentation fix in src/interfaces/ecpg/preproc/po/pt_BR.po
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Proposal: pg_confcheck - syntactic & semantic validation of postgresql configuration files