| From: | "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com> |
|---|---|
| To: | "Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: connection limit exceeded |
| Date: | 2007-11-30 21:17:05 |
| Message-ID: | 36e682920711301317v743865f0jc87b2bd91a3228f9@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Nov 30, 2007 3:34 PM, Tena Sakai <tsakai(at)gallo(dot)ucsf(dot)edu> wrote:
> This is a wonderful view! How would I properly terminate
> these (of course there are 99 of them!) these query process?
> Should I do this from unix or is there any postgres tool I
> can use?
pg_cancel_backend will cancel a query on them. As for killing the
process itself, use:
kill -TERM
--
Jonah H. Harris, Sr. Software Architect | phone: 732.331.1324
EnterpriseDB Corporation | fax: 732.331.1301
499 Thornall Street, 2nd Floor | jonah(dot)harris(at)enterprisedb(dot)com
Edison, NJ 08837 | http://www.enterprisedb.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Usama Dar | 2007-11-30 21:24:41 | Re: connection limit exceeded |
| Previous Message | Gergely CZUCZY | 2007-11-30 20:43:01 | Re: connection limit exceeded |