aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1999-07-15 15:49:18 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1999-07-15 15:49:18 +0000
commitf2738394d64e4762d87902491487f32e604a49b8 (patch)
tree48a40b66eb447d6cb2b016696776f6e65004726c
parent4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb (diff)
downloadpostgresql-f2738394d64e4762d87902491487f32e604a49b8.tar.gz
postgresql-f2738394d64e4762d87902491487f32e604a49b8.zip
Add id label to allow cross referencing.
-rw-r--r--doc/src/sgml/ref/select.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml
index 56c3d554051..6205b30f130 100644
--- a/doc/src/sgml/ref/select.sgml
+++ b/doc/src/sgml/ref/select.sgml
@@ -1,6 +1,6 @@
<refentry id="SQL-SELECT">
<refmeta>
- <refentrytitle>
+ <refentrytitle id="select-title">
SELECT
</refentrytitle>
<refmiscinfo>SQL - Language Statements</refmiscinfo>
@@ -248,7 +248,7 @@ SELECT [ ALL | DISTINCT [ ON <replaceable class="PARAMETER">column</replaceable>
</para>
<para>
- The LIMIT...OFFSET clause allows control over which rows are
+ The LIMIT clause allows control over which rows are
returned by the query.
</para>