How to explicitly lock and unlock tables in pgsql? - Mailing list pgsql-sql

From Shaozhong SHI
Subject How to explicitly lock and unlock tables in pgsql?
Date
Msg-id CA+i5Jwb87hT36z+o8PR_PhP1Sf_pr0-uBuiJhAuMUjtFg=vCPw@mail.gmail.com
Whole thread Raw
List pgsql-sql



Table locks present a barrier for progressing queries.

How to explicitly lock and unlock tables in pgsql, so that we can guarantee the progress of running scripts?

Regards,

David 

pgsql-sql by date:

Previous
From: Shaozhong SHI
Date:
Subject: Apparently table locks are the key issue to see red flags
Next
From: Shaozhong SHI
Date:
Subject: How to explicitly state unlock in sql?