Csaba Nagy wrote:
> On Thu, 2006-08-03 at 18:10, Csaba Nagy wrote:
>
>> You didn't answer the original question: is killing SIGTERM a backend
>>
> ^^^^^^^^^^^^^^^
> Nevermind, I don't do that. I do 'kill backend_pid' without specifying
> the signal, and I'm sufficiently unfamiliar with the unix signal names
> to have confused them. Is a plain "kill" still dangerous ?
>
SIGTERM is the default kill parameter, so you do exactly what I'm
talking about.
Regards,
Andreas