Commit 6b075277 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Fix cross-reference markup so that only the *title* of the Operators

 chapter is included, not the chapter itself.
Thanks to Evelyn Mitchell <efm@tummy.com> for pointing it out.
parent 777a4f71
...@@ -572,7 +572,7 @@ CAST '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> ...@@ -572,7 +572,7 @@ CAST '<replaceable>string</replaceable>' AS <replaceable>type</replaceable>
<para> <para>
Any built-in system, or user-defined operator may be used in SQL. Any built-in system, or user-defined operator may be used in SQL.
For the list of built-in and system operators consult For the list of built-in and system operators consult
<xref linkend="operators" endterm="operators">. <xref linkend="operators" endterm="operators-title">.
For a list of user-defined operators consult your system administrator For a list of user-defined operators consult your system administrator
or run a query on the <literal>pg_operator</literal> class. or run a query on the <literal>pg_operator</literal> class.
Parentheses may be used for arbitrary grouping of operators in expressions. Parentheses may be used for arbitrary grouping of operators in expressions.
...@@ -585,9 +585,9 @@ CAST '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> ...@@ -585,9 +585,9 @@ CAST '<replaceable>string</replaceable>' AS <replaceable>type</replaceable>
<para> <para>
<acronym>SQL92</acronym> allows <firstterm>expressions</firstterm> <acronym>SQL92</acronym> allows <firstterm>expressions</firstterm>
to transform data in tables. Expressions may contain operators to transform data in tables. Expressions may contain operators
(see <xref linkend="operators-title" endterm="operators-title"> (see <xref linkend="operators" endterm="operators-title">
for more details) and functions for more details) and functions
(<xref linkend="functions-title" endterm="functions-title"> has (<xref linkend="functions" endterm="functions-title"> has
more information). more information).
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment