Re: [DOCS] Out of date advice about SIGTERM'ing backends

2012-08-30 Thread Bruce Momjian
On Fri, Jun 29, 2012 at 08:10:40PM -0700, Josh Kupershmidt wrote: > Hi all, > > In the "Notes" section[0] of the postgres command's page, this advice is > given: > > | The postgres server uses SIGTERM to tell subordinate server > | processes to quit normally and SIGQUIT to terminate without > |

[DOCS] Out of date advice about SIGTERM'ing backends

2012-06-29 Thread Josh Kupershmidt
Hi all, In the "Notes" section[0] of the postgres command's page, this advice is given: | The postgres server uses SIGTERM to tell subordinate server | processes to quit normally and SIGQUIT to terminate without | the normal cleanup. These signals should not be used by users. I think now that we