projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f4a1b3
)
Typo fix. Alvaro.
author
Bruce Momjian
Fri, 22 Apr 2005 15:32:58 +0000
(15:32 +0000)
committer
Bruce Momjian
Fri, 22 Apr 2005 15:32:58 +0000
(15:32 +0000)
doc/src/sgml/ref/select.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/select.sgml
b/doc/src/sgml/ref/select.sgml
index 444b72cebe54c32e17ec6459a2e7cc0b3e5237ba..78e591acd7259855e239a134f8ced79b58d609e3 100644
(file)
--- 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 qualifi
c
ation might not
be met and the row not be returned by
SELECT>.