mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +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/psql-ref.sgml,v 1.243 2010/03/21 00:43:40 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.244 2010/04/03 07:23:02 petere Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
<refentry id="APP-PSQL">
|
||||
<refmeta>
|
||||
<refentrytitle id="app-psql-title"><application>psql</application></refentrytitle>
|
||||
<refentrytitle><application>psql</application></refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
<refmiscinfo>Application</refmiscinfo>
|
||||
</refmeta>
|
||||
@@ -622,8 +622,8 @@ testdb=>
|
||||
<para>
|
||||
Whenever a command is executed, <application>psql</application> also polls
|
||||
for asynchronous notification events generated by
|
||||
<xref linkend="SQL-LISTEN" endterm="SQL-LISTEN-title"> and
|
||||
<xref linkend="SQL-NOTIFY" endterm="SQL-NOTIFY-title">.
|
||||
<xref linkend="SQL-LISTEN"> and
|
||||
<xref linkend="SQL-NOTIFY">.
|
||||
</para>
|
||||
</refsect2>
|
||||
|
||||
@@ -798,8 +798,8 @@ testdb=>
|
||||
<listitem>
|
||||
<para>
|
||||
Performs a frontend (client) copy. This is an operation that
|
||||
runs an <acronym>SQL</acronym> <xref linkend="SQL-COPY"
|
||||
endterm="SQL-COPY-title"> command, but instead of the server
|
||||
runs an <acronym>SQL</acronym> <xref linkend="SQL-COPY">
|
||||
command, but instead of the server
|
||||
reading or writing the specified file,
|
||||
<application>psql</application> reads or writes the file and
|
||||
routes the data between the server and the local file system.
|
||||
@@ -810,8 +810,8 @@ testdb=>
|
||||
|
||||
<para>
|
||||
The syntax of the command is similar to that of the
|
||||
<acronym>SQL</acronym> <xref linkend="sql-copy"
|
||||
endterm="sql-copy-title"> command. Note that, because of this,
|
||||
<acronym>SQL</acronym> <xref linkend="sql-copy">
|
||||
command. Note that, because of this,
|
||||
special parsing rules apply to the <command>\copy</command>
|
||||
command. In particular, the variable substitution rules and
|
||||
backslash escapes do not apply.
|
||||
@@ -979,7 +979,7 @@ testdb=>
|
||||
|
||||
<para>
|
||||
Descriptions for objects can be created with the <xref
|
||||
linkend="sql-comment" endterm="sql-comment-title">
|
||||
linkend="sql-comment">
|
||||
<acronym>SQL</acronym> command.
|
||||
</para>
|
||||
</listitem>
|
||||
@@ -999,11 +999,10 @@ testdb=>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The <xref linkend="sql-alterdefaultprivileges"
|
||||
endterm="sql-alterdefaultprivileges-title"> command is used to set
|
||||
The <xref linkend="sql-alterdefaultprivileges"> command is used to set
|
||||
default access privileges. The meaning of the
|
||||
privilege display is explained under
|
||||
<xref linkend="sql-grant" endterm="sql-grant-title">.
|
||||
<xref linkend="sql-grant">.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -1264,11 +1263,11 @@ testdb=>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The <xref linkend="sql-grant" endterm="sql-grant-title"> and
|
||||
<xref linkend="sql-revoke" endterm="sql-revoke-title">
|
||||
The <xref linkend="sql-grant"> and
|
||||
<xref linkend="sql-revoke">
|
||||
commands are used to set access privileges. The meaning of the
|
||||
privilege display is explained under
|
||||
<xref linkend="sql-grant" endterm="sql-grant-title">.
|
||||
<xref linkend="sql-grant">.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -1287,8 +1286,8 @@ testdb=>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The <xref linkend="sql-alterrole" endterm="sql-alterrole-title"> and
|
||||
<xref linkend="sql-alterdatabase" endterm="sql-alterdatabase-title">
|
||||
The <xref linkend="sql-alterrole"> and
|
||||
<xref linkend="sql-alterdatabase">
|
||||
commands are used to define per-role and per-database configuration
|
||||
settings.
|
||||
</para>
|
||||
@@ -2097,7 +2096,7 @@ lo_import 152801
|
||||
<note>
|
||||
<para>
|
||||
This command is totally separate from the <acronym>SQL</acronym>
|
||||
command <xref linkend="SQL-SET" endterm="SQL-SET-title">.
|
||||
command <xref linkend="SQL-SET">.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
|
||||
Reference in New Issue
Block a user