Re: Locks information - Mailing list pgsql-general

From Rajesh Kumar Mallah
Subject Re: Locks information
Date
Msg-id 3FB26AA8.9050102@trade-india.com
Whole thread Raw
In response to Locks information  (Fernando <proyectolsd@wanadoo.es>)
List pgsql-general
you can have a look at
select * from pg_locks;

this works in postgresql ver 7.3


regds
mallah.

Fernando wrote:

>Hello,
>I'm quite new with PostgreSQL, so this question might be quite dumb, but is there any structure storing information
aboutthe transactions which are locked in a moment? I mean, is there, for example, an array with the IDs of the
transactionswhich are locked in the same object? If so, what is its name? 
>Thanks in advance!
>
>
>____________________________________________________________
>http://webmail.wanadoo.es. Tu correo gratuito, rápido y en español
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>



pgsql-general by date:

Previous
From: Rajesh Kumar Mallah
Date:
Subject: procpid in pg_stat_activity but no correspoding backend
Next
From: Joe Conway
Date:
Subject: Re: Proposal for a cascaded master-slave replication system