|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.84 2005/04/2204:20:44 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.85 2005/04/2215:32:58 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -835,7 +835,7 @@ FOR UPDATE [ OF <replaceable class="parameter">table_name</replaceable> [, ...] |
835 | 835 | clauses to return fewer rows than specified by <literal>LIMIT</literal>. |
836 | 836 | This is because <literal>LIMIT</> selects a number of rows, |
837 | 837 | but might then block requesting a <literal>FOR UPDATE</literal> lock. |
838 | | - Once the <literal>SELECT</> unblocks, the queryqualifiation might not |
| 838 | + Once the <literal>SELECT</> unblocks, the queryqualification might not |
839 | 839 | be met and the row not be returned by <literal>SELECT</>. |
840 | 840 | </para> |
841 | 841 | </refsect2> |
|