Last active
April 4, 2019 14:35
-
-
Save kenvac/ac9354b07cb28c8510a213113aca42fc to your computer and use it in GitHub Desktop.
Lock table postgresql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Lock table db_table in database | |
lock TABLE db_table in access exclusive mode ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment