Re: purpose of an entry in pg_hba.conf file

2023-10-26 Thread Christophe Pettus
> On Oct 26, 2023, at 11:53, Atul Kumar wrote: > > Please share the required link having such information in detail, It would be > more helpful to me. https://www.postgresql.org/docs/current/auth-pg-hba-conf.html

Re: purpose of an entry in pg_hba.conf file

2023-10-26 Thread Atul Kumar
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 wrote: > > > > On Oct 26, 2023, at 11:44, Atul Kumar wrote: > > There is already one line to serve your stated purpose > > local

Re: purpose of an entry in pg_hba.conf file

2023-10-26 Thread Christophe Pettus
> On Oct 26, 2023, at 11:44, Atul Kumar wrote: > There is already one line to serve your stated purpose > local all alltrust > > > That's why I specifically raised this question for below from postgresql > experts > hostall all

Re: purpose of an entry in pg_hba.conf file

2023-10-26 Thread Atul Kumar
as per response "It allows anyone/anything on the local machine to connect to the database without authentication. Whether that impacts any particular one/thing depends on your personal setup." There is already one line to serve your stated purpose local all all

Re: purpose of an entry in pg_hba.conf file

2023-10-25 Thread David G. Johnston
On Wed, Oct 25, 2023 at 5:11 PM Atul Kumar wrote: > Hi, > > As you know already, pg_hba.conf file always has the below entry after > successful installation of postgres. > > hostall all 127.0.0.1/32trust > > > Please let me know what is the exact purpose o