aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>