Backpatch-through: 16 only
- Previously the ability to perform LOCK
- TABLE at various lock levels was bound to
- specific query-type permissions. For example,
+ Previously a user's ability to perform LOCK
+ TABLE at various lock levels was limited to the
+ lock levels required by the commands they had permission
+ to execute on the table. For example, someone with
linkend="sql-update">UPDATE
- could perform all lock levels except
-
ACCESS SHARE, which required
- linkend="sql-select">SELECT permissions.
- Now UPDATE can issue all lock levels. MORE?
+ permission could perform all lock levels except ACCESS
+ SHARE, even though it was a lesser lock level. Now users
+ can issue lesser lock levels if they already have permission for
+ greater lock levels.