Re: Adding usernames to pg_hba.conf

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Adding usernames to pg_hba.conf
Дата
Msg-id 200203191605.g2JG5gm28774@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Adding usernames to pg_hba.conf  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> >     o  removes secondary password file support
> >     o  adds a user name column just after the database column
> >     o  allows a comma separated list of usernames or databases
> >     o  allows another file to contain a list of username/databases
> >        by preceding the pg_hba.conf entry with '@'
> >     o  allow single or double-quoting of user/database names
>
> How do you plan to get around the compatibility issues?

Good question.  We could just announce in the 7.3 release notes that
people have to add a new column after DATABASE for user, and default it
to "all".  We could move the USER column to the end, which would present
less of a compatibility issue, but does cause problems with the optional
auth_argument.  I can write a script to convert old pg_hba.conf files.
We could also throw a more helpful error if old files are used.  Do you
have a suggestion?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Adding usernames to pg_hba.conf
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Fixes gram.y