A select query was run on a table using PGAdmin and then after few hours we see that the application doesn't respond to any request to be processed. Found a lock attained on the same table the select query was executed when checked the db. we had to kill the lock to bring the application back to active state.
Has anyone encountered such similar issues? Any suggestions and help please.