Re: 8.4.1 & 8.4.2 require map=... for ident in the pg_hba.conf file, will this be the new way?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: 8.4.1 & 8.4.2 require map=... for ident in the pg_hba.conf file, will this be the new way?
Дата
Msg-id 1263144550.1339.38.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на 8.4.1 & 8.4.2 require map=... for ident in the pg_hba.conf file, will this be the new way?  (Claudio Eichenberger <cei@yourshop.com>)
Список pgsql-general
On tis, 2010-01-05 at 16:35 +0100, Claudio Eichenberger wrote:
> Hello,
>
> In older PostgreSQL installations < 8.4 I used the following pg_hba.conf syntax:
>
>         local   all     pgsql   ident   PGSQL
>
> but 8.4.1 & 8.4.2 require the following syntax:
>
>     local   all     pgsql   ident   map=PGSQL
>
> Will this be the new way for all future releases?

Yes, at least until someone has an idea to change it again. ;-)


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

Предыдущее
От: Claudio Eichenberger
Дата:
Сообщение: 8.4.1 & 8.4.2 require map=... for ident in the pg_hba.conf file, will this be the new way?
Следующее
От: Yan Cheng Cheok
Дата:
Сообщение: Re: Return Single Row Result After Inserting (Stored Procedure)