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

From Atul Kumar
Subject Re: purpose of an entry in pg_hba.conf file
Date
Msg-id CA+ONtZ72fEHTiRPz=tDRAT9vPsw=AKAkUwDf3USkxCtqEpWxSw@mail.gmail.com
Whole thread Raw
In response to Re: purpose of an entry in pg_hba.conf file  (Christophe Pettus <xof@thebuild.com>)
Responses Re: purpose of an entry in pg_hba.conf file  (Christophe Pettus <xof@thebuild.com>)
List pgsql-general
Please share the required link having such information in detail, It would be more helpful to me.



Regards.

On Fri, Oct 27, 2023 at 12:16 AM Christophe Pettus <xof@thebuild.com> wrote:


> 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: Christophe Pettus
Date:
Subject: Re: purpose of an entry in pg_hba.conf file
Next
From: Christophe Pettus
Date:
Subject: Re: purpose of an entry in pg_hba.conf file