Thread: Viewing detailed lock information

Viewing detailed lock information

From
Jack Orenstein
Date:
Is there some way that I can get detailed lock information from
Postgresql? pg_locks provides some of what I want, but only goes to
table granularity. Row-level information would be nice, e.g. to
understand deadlocks better.

Jack Orenstein