8000 Add id label to allow cross referencing. · postgrespro/postgres_cluster@f273839 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

< 8000 /qbsearch-input>
Appearance settings

Commit f273839

Browse files
author
Thomas G. Lockhart
committed
Add id label to allow cross referencing.
1 parent 4b2c285 commit f273839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/select.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<refentry id="SQL-SELECT">
22
<refmeta>
3-
<refentrytitle>
3+
<refentrytitle id="select-title">
44
SELECT
55
</refentrytitle>
66
<refmiscinfo>SQL - Language Statements</refmiscinfo>
@@ -248,7 +248,7 @@ SELECT [ ALL | DISTINCT [ ON <replaceable class="PARAMETER">column</replaceable>
248248
</para>
249249

250250
<para>
251-
The LIMIT...OFFSET clause allows control over which rows are
251+
The LIMIT clause allows control over which rows are
252252
returned by the query.
253253
</para>
254254

0 commit comments

Comments
 (0)
0