Typo fix. Alvaro.
authorBruce Momjian
Fri, 22 Apr 2005 15:32:58 +0000 (15:32 +0000)
committerBruce Momjian
Fri, 22 Apr 2005 15:32:58 +0000 (15:32 +0000)
doc/src/sgml/ref/select.sgml

index 444b72cebe54c32e17ec6459a2e7cc0b3e5237ba..78e591acd7259855e239a134f8ced79b58d609e3 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -835,7 +835,7 @@ FOR UPDATE [ OF table_name [, ...]
     clauses to return fewer rows than specified by LIMIT.
     This is because LIMIT selects a number of rows,
     but might then block requesting a FOR UPDATE lock.
-    Once the SELECT unblocks, the query qualifiation might not
+    Once the SELECT unblocks, the query qualification might not
     be met and the row not be returned by SELECT.