Is there some way that I can get detailed lock information fromPostgresql? pg_locks provides some of what I want, but only goes totable granularity. Row-level information would be nice, e.g. tounderstand deadlocks better.
Jack Orenstein