Re: purpose of an entry in pg_hba.conf file

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Re: purpose of an entry in pg_hba.conf file
Дата
Msg-id A407FA58-39C8-49F3-A3EA-60E0F768FEE4@thebuild.com
обсуждение исходный текст
Ответ на Re: purpose of an entry in pg_hba.conf file  (Atul Kumar <akumar14871@gmail.com>)
Ответы Re: purpose of an entry in pg_hba.conf file
Список pgsql-general

> On Oct 26, 2023, at 11:44, Atul Kumar <akumar14871@gmail.com> wrote:
> There is already one line to serve your stated purpose
> local       all      all                                trust
>
>
> That's why I specifically raised this question for below from postgresql experts
> host    all             all             127.0.0.1/32            trust

The first line applies to local sockets; the second to connections over the local loopback network port.


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

Предыдущее
От: Atul Kumar
Дата:
Сообщение: Re: purpose of an entry in pg_hba.conf file
Следующее
От: Atul Kumar
Дата:
Сообщение: Re: purpose of an entry in pg_hba.conf file