This is a discussion on undefined relations in pg_locks within the pgsql Sql forums, part of the PostgreSQL category; --> Hi there, I have a procedure where a dead-lock occurs, and I'm trying to find the tables involved in ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi there, I have a procedure where a dead-lock occurs, and I'm trying to find the tables involved in the lock. Unfortunatelly, I don't find the related objects of the oids of "relation" field. Also all the fields "classid" and "objid" are null. May I suppose there were references to temporary objects ? However, how cand I get the related objects involved in this lock ? TIA, Sabin |