From 6f61ddd40d77a95ad090f002635530fe5406bcbf Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Fri, 22 Apr 2005 15:32:58 +0000
Subject: Typo fix. Alvaro.
---
doc/src/sgml/ref/select.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml
index 444b72cebe5..78e591acd72 100644
--- a/doc/src/sgml/ref/select.sgml
+++ b/doc/src/sgml/ref/select.sgml
@@ -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>.
--
cgit v1.2.3