"Dale Anderson" <danderso(at)crystalsugar(dot)com> writes:
> Is there any way to view the locks being held on a table??
There is not any good way --- lock.c has a routine called DumpAllLocks,
but it's not even compiled by default, let alone connected up to any
reasonable calling method. I've been thinking for awhile that we
desperately need some simple way of dumping out the state of the lock
manager...
regards, tom lane