mirror of https://github.com/postgres/postgres
Fix conflicting id tags (sql.sgml also used "select-title").
This commit is contained in:
parent
7d5b08dec0
commit
4d5aa343de
|
@ -1,6 +1,6 @@
|
||||||
<refentry id="SQL-SELECT">
|
<refentry id="SQL-SELECT">
|
||||||
<refmeta>
|
<refmeta>
|
||||||
<refentrytitle id="select-title">
|
<refentrytitle id="sql-select-title">
|
||||||
SELECT
|
SELECT
|
||||||
</refentrytitle>
|
</refentrytitle>
|
||||||
<refmiscinfo>SQL - Language Statements</refmiscinfo>
|
<refmiscinfo>SQL - Language Statements</refmiscinfo>
|
||||||
|
|
|
@ -38,7 +38,7 @@ SELECT [ ALL | DISTINCT ] <replaceable class="PARAMETER">expression</replaceable
|
||||||
</title>
|
</title>
|
||||||
<para>
|
<para>
|
||||||
All input fields are described in detail for
|
All input fields are described in detail for
|
||||||
<xref linkend="select-title" endterm="select-title">.
|
<xref linkend="sql-select-title" endterm="sql-select-title">.
|
||||||
</para>
|
</para>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ SELECT [ ALL | DISTINCT ] <replaceable class="PARAMETER">expression</replaceable
|
||||||
</title>
|
</title>
|
||||||
<para>
|
<para>
|
||||||
All output fields are described in detail for
|
All output fields are described in detail for
|
||||||
<xref linkend="select-title" endterm="select-title">.
|
<xref linkend="sql-select-title" endterm="sql-select-title">.
|
||||||
</para>
|
</para>
|
||||||
</refsect2>
|
</refsect2>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
Loading…
Reference in New Issue