From: | <mallah(at)trade-india(dot)com> |
---|---|
To: | <stewarrb(at)yahoo(dot)com> |
Cc: | <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Killing only one postmaster |
Date: | 2003-04-11 18:27:17 |
Message-ID: | 1135.219.65.236.162.1050085637.squirrel@mail.trade-india.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
I think there is only one postmaster and multiple backends.
To cancel the query being executed by a particular backend pid
use
kill -INT <pid_of_the_backend>
its equivalent to pressing ^C in psql for that query.
regds
mallah.
> How do I stop only one postmaster and not have the entire server
> restart? Is this possible. I have had several situations where I have a function not
> performing as I expect and need to kill just the backend process.
>
>
> Thanks,
> Bo Stewart
>
>
> ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and
> unsubscribe commands go to majordomo(at)postgresql(dot)org
-----------------------------------------
Get your free web based email at trade-india.com.
"India's Leading B2B eMarketplace.!"
http://www.trade-india.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Jonathan Bartlett | 2003-04-11 19:07:14 | Re: [GENERAL] Programms working on a PostgreSQL database written in |
Previous Message | Robert Treat | 2003-04-11 14:47:39 | Re: increasing shared buffers |