Re: unlock Select for update

From: "jose antonio leo" <jaleo8(at)storelandia(dot)com>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Neil Conway" <neilc(at)samurai(dot)com>, "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: unlock Select for update
Date: 2003-03-10 17:15:19
Message-ID: KAEFLIDKHEJNPPKOLGHMKEHCCPAA.jaleo8@storelandia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Sorry, I explain more...
I have got a aplication that it do maintenance of DB, One user are updating
a row locked for a select for update and this user switch off your pc and he
leaves the row locked. What can I do for unloked?. Commit it would have to
do user session, no?

-----Mensaje original-----
De: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org]En nombre de Bruce Momjian
Enviado el: lunes, 10 de marzo de 2003 17:56
Para: jose antonio leo
CC: pgsql-general
Asunto: Re: [GENERAL] unlock Select for update

We don't have unlock. You have to commit the transaction.

---------------------------------------------------------------------------

jose antonio leo wrote:
> How can I unlock a row lock for a select for update?
>
> Tk, Jose Antonio Leo
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Phillips 2003-03-10 17:47:33 mapping user name to group name
Previous Message Bruce Momjian 2003-03-10 16:59:23 Re: where is comments located?