pg_hba changes not honored

From: "Sriram Dandapani" <sdandapani(at)counterpane(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: pg_hba changes not honored
Date: 2006-08-23 21:43:27
Message-ID: 6992E470F12A444BB787B5C937B9D4DF0574FF25@ca-mail1.cis.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

When I update pg_hba.conf to disallow certain client machines from
connectiong (update pg_hba.conf, pg_ctl reload), I still see new
connections appearing in the process list from the clients I want to
disconnect. Why does this happen. (I noticed this behavior with jdbc
connections in jboss with connection pooling)

Once pg_hba is reloaded, shouldn't postmaster refuse to accept
connections from the clients not in pg_hba.conf list.

Regards

Sriram

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-08-23 22:10:57 Re: pg_hba changes not honored
Previous Message Scott Marlowe 2006-08-23 20:40:22 Re: [GENERAL] How to detect Postgres deadlocks?