Re: strange behavior of pg_hba.conf file

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: strange behavior of pg_hba.conf file
Date: 2023-11-22 18:01:30
Message-ID: 17bd5946-12d5-4907-baa9-dee368d34214@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On 11/22/23 9:55 AM, Andreas Kretschmer wrote:
>
>
> Am 22.11.23 um 18:44 schrieb Atul Kumar:
>> I am giving this command
>> psql -d postgres -U postgres -p 5432 -h localhost
>> Then only I get that error.
>
> so localhost resolved to an IPv6 - address ...

Yeah, you should take a look at:

/etc/hosts

In meantime include a  line for IPv6 in pg_hba.conf. where the address
would be:

::1/128

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Atul Kumar 2023-11-22 18:03:23 Re: strange behavior of pg_hba.conf file
Previous Message Andreas Kretschmer 2023-11-22 17:55:23 Re: strange behavior of pg_hba.conf file