mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Add id label to allow cross referencing.
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
<refentry id="SQL-SELECT">
|
<refentry id="SQL-SELECT">
|
||||||
<refmeta>
|
<refmeta>
|
||||||
<refentrytitle>
|
<refentrytitle id="select-title">
|
||||||
SELECT
|
SELECT
|
||||||
</refentrytitle>
|
</refentrytitle>
|
||||||
<refmiscinfo>SQL - Language Statements</refmiscinfo>
|
<refmiscinfo>SQL - Language Statements</refmiscinfo>
|
||||||
@ -248,7 +248,7 @@ SELECT [ ALL | DISTINCT [ ON <replaceable class="PARAMETER">column</replaceable>
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<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.
|
returned by the query.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user