Re: postgres locks...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jeff Davis <jdavis(at)dynworks(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres locks...
Date: 2001-03-04 16:39:14
Message-ID: 9465.983723954@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jeff Davis <jdavis(at)dynworks(dot)com> writes:
> Basically, psql would sit there trying to connect, meanwhile all the
> attempted connections wouldn't die.

More details please? What do you mean exactly by the above statements?

> I had to "kill -9" all the
> postgres/postmaster processes.

Killing individual backends with kill -9 is NOT NOT NOT a recommended
procedure. In theory you can get away with it but why take risks?
Use the documented shutdown procedures to give the thing some chance
of cleaning up after itself.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message will trillich 2001-03-04 16:49:45 triggers vs. 'NEW in non-rule query' -- SOLVED?
Previous Message Bruce Richardson 2001-03-04 16:14:49 CREATE INDEX function limitation