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">
|
||||
<refmeta>
|
||||
<refentrytitle id="select-title">
|
||||
<refentrytitle id="sql-select-title">
|
||||
SELECT
|
||||
</refentrytitle>
|
||||
<refmiscinfo>SQL - Language Statements</refmiscinfo>
|
||||
|
|
|
@ -38,7 +38,7 @@ SELECT [ ALL | DISTINCT ] <replaceable class="PARAMETER">expression</replaceable
|
|||
</title>
|
||||
<para>
|
||||
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>
|
||||
</refsect2>
|
||||
|
||||
|
@ -51,7 +51,7 @@ SELECT [ ALL | DISTINCT ] <replaceable class="PARAMETER">expression</replaceable
|
|||
</title>
|
||||
<para>
|
||||
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>
|
||||
</refsect2>
|
||||
</refsynopsisdiv>
|
||||
|
|
Loading…
Reference in New Issue