mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Remove unnecessary xref endterm attributes and title ids
The endterm attribute is mainly useful when the toolchain does not support automatic link target text generation for a particular situation. In the past, this was required by the man page tools for all reference page links, but that is no longer the case, and it now actually gets in the way of proper automatic link text generation. The only remaining use cases are currently xrefs to refsects.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.16 2008/11/14 10:22:47 petere Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/execute.sgml,v 1.17 2010/04/03 07:23:01 petere Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
<refentry id="SQL-EXECUTE">
|
||||
<refmeta>
|
||||
<refentrytitle id="sql-execute-title">EXECUTE</refentrytitle>
|
||||
<refentrytitle>EXECUTE</refentrytitle>
|
||||
<manvolnum>7</manvolnum>
|
||||
<refmiscinfo>SQL - Language Statements</refmiscinfo>
|
||||
</refmeta>
|
||||
@@ -52,7 +52,7 @@ EXECUTE <replaceable class="PARAMETER">name</replaceable> [ ( <replaceable class
|
||||
|
||||
<para>
|
||||
For more information on the creation and usage of prepared statements,
|
||||
see <xref linkend="sql-prepare" endterm="sql-prepare-title">.
|
||||
see <xref linkend="sql-prepare">.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@@ -96,7 +96,7 @@ EXECUTE <replaceable class="PARAMETER">name</replaceable> [ ( <replaceable class
|
||||
<para>
|
||||
Examples are given in the <xref linkend="sql-prepare-examples"
|
||||
endterm="sql-prepare-examples-title"> section of the <xref
|
||||
linkend="sql-prepare" endterm="sql-prepare-title"> documentation.
|
||||
linkend="sql-prepare"> documentation.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
@@ -115,8 +115,8 @@ EXECUTE <replaceable class="PARAMETER">name</replaceable> [ ( <replaceable class
|
||||
<title>See Also</title>
|
||||
|
||||
<simplelist type="inline">
|
||||
<member><xref linkend="sql-deallocate" endterm="sql-deallocate-title"></member>
|
||||
<member><xref linkend="sql-prepare" endterm="sql-prepare-title"></member>
|
||||
<member><xref linkend="sql-deallocate"></member>
|
||||
<member><xref linkend="sql-prepare"></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
Reference in New Issue
Block a user