Re: purpose of an entry in pg_hba.conf file - Mailing list pgsql-general

From Christophe Pettus
Subject Re: purpose of an entry in pg_hba.conf file
Date
Msg-id A407FA58-39C8-49F3-A3EA-60E0F768FEE4@thebuild.com
Whole thread Raw
In response to Re: purpose of an entry in pg_hba.conf file  (Atul Kumar <akumar14871@gmail.com>)
Responses Re: purpose of an entry in pg_hba.conf file  (Atul Kumar <akumar14871@gmail.com>)
List 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 by date:

Previous
From: Atul Kumar
Date:
Subject: Re: purpose of an entry in pg_hba.conf file
Next
From: Atul Kumar
Date:
Subject: Re: purpose of an entry in pg_hba.conf file