Sign in
third-party-mirror
/
postgres-toolkit
/
9766ef493e5e52ec4e325604385472f540c3ede6
/
.
/
src
/
pgperf
/
90
/
pg_locks.sql
blob: 822b0ce6de33f6067fecc98f800b012d59aa1fdd [
file
] [
log
] [
blame
]
SELECT
0
::
int
as
sid
,
locktype
,
database
,
relation
,
page
,
tuple
,
virtualxid
,
transactionid
,
classid
,
objid
,
objsubid
,
virtualtransaction
,
pid
,
mode
,
granted
FROM
pg_locks
;