Re: pg_hba changes not honored

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sriram Dandapani" <sdandapani(at)counterpane(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_hba changes not honored
Date: 2006-08-23 22:29:03
Message-ID: 25180.1156372143@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Sriram Dandapani" <sdandapani(at)counterpane(dot)com> writes:
> This is the complete pg_hba contents
> local all all trust
> # IPv4 local connections:
> host all all 127.0.0.1/32 trust
> #host all all 172.31.0.84/24 trust
> # IPv6 local connections:
> host all all ::1/128 trust

That file certainly shouldn't let in any nonlocal connections, so
I'm of the opinion you're editing the wrong file :-(. You might
try strace'ing the postmaster to see what files it re-reads after
being sighup'd.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Joshua D. Drake 2006-08-23 22:43:36 Re: pg_hba changes not honored
Previous Message Sriram Dandapani 2006-08-23 22:16:27 Re: pg_hba changes not honored