Skip to content

Instantly share code, notes, and snippets.

@kenvac
Last active April 4, 2019 14:35
Show Gist options
  • Save kenvac/ac9354b07cb28c8510a213113aca42fc to your computer and use it in GitHub Desktop.
Save kenvac/ac9354b07cb28c8510a213113aca42fc to your computer and use it in GitHub Desktop.
Lock table postgresql
-- 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