projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
091a765
)
One more LIMIT doc update.
author
Bruce Momjian
Sun, 23 Sep 2001 13:34:44 +0000
(13:34 +0000)
committer
Bruce Momjian
Sun, 23 Sep 2001 13:34:44 +0000
(13:34 +0000)
doc/src/sgml/ref/select_into.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/select_into.sgml
b/doc/src/sgml/ref/select_into.sgml
index 05b1e1fc79b820c1f22a47712e9494281f1a3d2a..ab96185bb91520b924740aaddeb86eb19c3e626c 100644
(file)
--- a/
doc/src/sgml/ref/select_into.sgml
+++ b/
doc/src/sgml/ref/select_into.sgml
@@
-1,5
+1,5
@@
@@
-32,7
+32,8
@@
SELECT [ ALL | DISTINCT [ ON (
expression
[ { UNION | INTERSECT | EXCEPT [ ALL ] }
select
]
[ ORDER BY
expression
[ ASC | DESC | USING
operator
] [, ...] ]
[ FOR UPDATE [ OF
tablename
[, ...] ] ]
- [ LIMIT {
count
| ALL } [ { OFFSET | , }
start
]]
+ [ LIMIT [
start
, ] {
count
| ALL } ]
+ [ OFFSET
start
]
where
from_item
can be: