From: | Jerry Sievers <jerry(at)jerrysievers(dot)com> |
---|---|
To: | "vinjvinj" <vinjvinj(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: How to unlock a row |
Date: | 2006-12-29 17:21:09 |
Message-ID: | m33b6y8vp6.fsf@mama.jerrysievers.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"vinjvinj" <vinjvinj(at)gmail(dot)com> writes:
> One of my updates is hanging on a postgres table. I'm guessing if the
> table or row is locked.
>
> Questions:
>
> 1. What table can I select from to find the lock?
> 2. How do I clear the lock?
1pg_locks view, perhaps joined with pg_class and pg_stat_activity
2. Commit all open regular or 2-phase transactions.
> Thanks for your help
>
> VJ
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
--
-------------------------------------------------------------------------------
Jerry Sievers 305 854-3001 (home) Production Database Administrator
305 321-1144 (mobil WWW E-Commerce Consultant
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2006-12-29 17:23:49 | Re: LDAP configuration problem |
Previous Message | Wenjian Yang | 2006-12-29 17:14:32 | Re: LDAP configuration problem |