RE: Sorry, too many clients already

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Mahesh Guleria <mahesh(at)himline(dot)com>
Cc: Subra Radhakrishnan <subra100(at)yahoo(dot)com>, <pgsql-admin(at)postgresql(dot)org>
Subject: RE: Sorry, too many clients already
Date: 2001-03-26 17:42:43
Message-ID: Pine.LNX.4.30.0103261941160.1114-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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 peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Björn Lundin 2001-03-26 18:00:52 Re: psql doesn't recognize some keys
Previous Message Ross J. Reedstrom 2001-03-26 17:35:25 Re: Sorry, too many clients already