Thread: How to explicitly lock and unlock tables in pgsql?

How to explicitly lock and unlock tables in pgsql?

From
Shaozhong SHI
Date:



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