projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b2c285
)
Add id label to allow cross referencing.
author
Thomas G. Lockhart
Thu, 15 Jul 1999 15:49:18 +0000
(15:49 +0000)
committer
Thomas G. Lockhart
Thu, 15 Jul 1999 15:49:18 +0000
(15:49 +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 56c3d55405125b2306d1a5bb188ed3da474248bb..6205b30f130d43ec85aca74c7409371d760be44d 100644
(file)
--- a/
doc/src/sgml/ref/select.sgml
+++ b/
doc/src/sgml/ref/select.sgml
@@
-1,6
+1,6
@@
-
+
id="select-title">
SELECT
SQL - Language Statements
@@
-248,7
+248,7
@@
SELECT [ ALL | DISTINCT [ ON
column
- The LIMIT
...OFFSET
clause allows control over which rows are
+ The LIMIT clause allows control over which rows are
returned by the query.