@@ -948,14 +948,15 @@ Author: Jeff Davis <jdavis@postgresql.org>
948948 </para>
949949
950950 <para>
951- Previously the ability to perform <command>LOCK
952- TABLE</command> at various lock levels was bound to
953- specific query-type permissions. For example, <link
951+ Previously a user's ability to perform <command>LOCK
952+ TABLE</command> at various lock levels was limited to the
953+ lock levels required by the commands they had permission
954+ to execute on the table. For example, someone with <link
954955 linkend="sql-update"><command>UPDATE</command></link>
955- could perform all lock levels except
956- <literal>ACCESS SHARE</literal>,which required <link
957- linkend="sql-select"><command>SELECT</command></link> permissions.
958- Now <command>UPDATE</command> can issue all lock levels. MORE?
956+ permission could perform all lock levels except <literal>ACCESS
957+ SHARE</literal>,even though it was a lesser lock level. Now users
958+ can issue lesser lock levels if they already have permission for
959+ greater lock levels.
959960 </para>
960961 </listitem>
961962