Re: Releasing locks

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: GH <grasshacker(at)over-yonder(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Releasing locks
Date: 2000-11-25 22:53:31
Message-ID: 27093.975192811@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

GH <grasshacker(at)over-yonder(dot)net> writes:
> Is there some way to release the "bad" lock?

Kill the client holding it.

In a persistent-connection environment, you'd have to ensure that any
connection that client had open was closed, not just recycled to the
free pool. Hmm, another thing I bet PHP doesn't do ...

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message GH 2000-11-25 22:56:49 Re: Releasing locks
Previous Message GH 2000-11-25 21:29:35 Releasing locks