From: | "Abraham, Danny" <danny_abraham(at)bmc(dot)com> |
---|---|
To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, Francisco Olarte <folarte(at)peoplecall(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Cc: | "Abraham, Danny" <danny_abraham(at)bmc(dot)com> |
Subject: | RE: [EXTERNAL] Re: Cannot connect local with ttrust (pg_upgrade assumes it) |
Date: | 2025-04-09 21:53:27 |
Message-ID: | SA1PR02MB96987E6FD0267E595DC07C6A8EB42@SA1PR02MB9698.namprd02.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thanks a lot.
As you mentioned , I have not cleared the environment vars prior to the call.
==>
dba-tlv-x6y64k% cat d2
unsetenv PGPORT
unsetenv PGSYSCONFDIR
unsetenv PGUSER
unsetenv PGDATABASE
unsetenv PGSERVICE
unsetenv PGHOST
psql -Upostgres -p5548 -dpostgres
dba-tlv-x6y64k% source d2
psql (17.4)
Type "help" for help.
postgres=# \q
==>
-----Original Message-----
From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Sent: Thursday, April 10, 2025 12:00 AM
To: Abraham, Danny <danny_abraham(at)bmc(dot)com>; David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>; Francisco Olarte <folarte(at)peoplecall(dot)com>; pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: [EXTERNAL] Re: Cannot connect local with ttrust (pg_upgrade assumes it)
On 4/9/25 13:40, Abraham, Danny wrote:
> Thanks again.
> 4. I am not aware of an env variable that changes the top down matching
> on pg_hba.conf
Should have added to previous post:
From here:
a) Set log_connections and log_disconnections to on if they are not already and reload the server conf.
b) Then look at Postgres log to see what the connection settings are for the connections in question.
>
> Danny
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2025-04-09 22:08:08 | Re: Interesting case of IMMUTABLE significantly hurting performance |
Previous Message | Adrian Klaver | 2025-04-09 21:43:11 | Re: Interesting case of IMMUTABLE significantly hurting performance |