Re: Sorry, too many clients already

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
Cc: Mahesh Guleria <mahesh(at)himline(dot)com>, Subra Radhakrishnan <subra100(at)yahoo(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Sorry, too many clients already
Date: 2001-03-26 18:19:00
Message-ID: 29159.985630740@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Ross J. Reedstrom" <reedstrm(at)rice(dot)edu> writes:
> On Mon, Mar 26, 2001 at 12:00:03PM +0530, Mahesh Guleria wrote:
>> Use these commands :
>>
>> ps -ef|grep post
>> kill -9 [process id]

> No, no, a thousand times, no! Haven't you seen this appended to
> messages on the lists?

> TIP 4: Don't 'kill -9' the postmaster

Actually, as of 7.1RC1 that issue is gone away; it's still not
considered good practice to kill -9 any postgres process, but
at least you can't shoot yourself in the foot that way anymore.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Subra Radhakrishnan 2001-03-27 02:22:03 Sorry, too many clients already
Previous Message David Lizano 2001-03-26 18:06:16 RE: Sorry, too many clients already