From: | Mike Blackwell <mike(dot)blackwell(at)rrd(dot)com> |
---|---|
To: | "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: SIGNALNAME in "pg_ctl kill" |
Date: | 2011-11-09 22:18:52 |
Message-ID: | CANPAkgseAajNm+9oeLHCQiYpMuSXm0A4zH6g=fH9C9tBoh00_A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
The manual section on the postmaster process has some info:
http://www.postgresql.org/docs/current/static/app-postgres.html
__________________________________________________________________________________
*Mike Blackwell | Technical Analyst, Distribution Services/Rollout
Management | RR Donnelley*
1750 Wallace Ave | St Charles, IL 60174-3401
Office: 630.313.7818
Mike(dot)Blackwell(at)rrd(dot)com
http://www.rrdonnelley.com
<http://www.rrdonnelley.com/>
* <Mike(dot)Blackwell(at)rrd(dot)com>*
On Wed, Nov 9, 2011 at 16:02, Gauthier, Dave <dave(dot)gauthier(at)intel(dot)com>wrote:
> pg_ctl --help lists the various SIGNALNAME options to use with "pg_ctk
> kill"...****
>
> ** **
>
> Allowed signal names for kill:****
>
> HUP INT QUIT ABRT TERM USR1 USR2****
>
> ** **
>
> I can't find a description of what each does. I'd like to abort just the
> procpid I enter, but using ABRT has a tendancy to kill lots of other stuff
> too.****
>
> ** **
>
> Thanks for any insights !****
>
From | Date | Subject | |
---|---|---|---|
Next Message | Emanuel Calvo | 2011-11-09 22:20:05 | Weird waste time when UNION ALL to an empty result set |
Previous Message | Gauthier, Dave | 2011-11-09 22:02:00 | SIGNALNAME in "pg_ctl kill" |