From: | Manoj Lal <mlal_1974(at)yahoo(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Postgres 7.4: how to disconnect users without restarting postmaster |
Date: | 2007-04-04 18:02:27 |
Message-ID: | 400268.78327.qm@web50805.mail.re2.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Retrying after subscribing... got a "delayed delivery message" earlier.
Hi,
I have the following requirements, and I want to do them without shutting down postgres. Any help appreciated.
1. Get a list of connections to the postgres server
2. Disconnect some/all connections from postgres
3. I modified the pg_hba.conf to block a particular user from connecting to the DB. Then I issued the 'pg_ctl reload' command to send a SIGHUP to the server. After this I see the following:
a. Any new connection request from the user is blocked
b Any existing connection from that user (that was already opened, and is being pooled) doesn't get rejected.
Is (b) the expected behavior? How do I force existing connections from the user to be dropped without restarting db?
thanks
Manoj
____________________________________________________________________________________
Now that's room service! Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097
From | Date | Subject | |
---|---|---|---|
Next Message | Listmail | 2007-04-04 20:25:56 | Re: Storing blobs in PG DB |
Previous Message | pobox@verysmall.org | 2007-04-04 17:03:45 | Re: use superuser connection from php |