Mahesh Guleria writes:

> Use these commands :
>
> ps -ef|grep post
> kill -9 [process id]

Don't do that, it might destroy your database.  SIGTERM should be used to
kill individual backends.

-- 
Peter Eisentraut      [EMAIL PROTECTED]       http://yi.org/peter-e/


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to