diff options
author | Thomas G. Lockhart | 1999-08-06 13:48:38 +0000 |
---|---|---|
committer | Thomas G. Lockhart | 1999-08-06 13:48:38 +0000 |
commit | 6b0752772130ee67b62642d051b1adc41e4ca824 (patch) | |
tree | 8d06cae8187944254f0860054ba536759c59baf7 | |
parent | 777a4f71f028a93e9f881dda0726937e9e243bb8 (diff) |
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.
-rw-r--r-- | doc/src/sgml/syntax.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index ee271186817..06021153c13 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -572,7 +572,7 @@ CAST '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> <para> Any built-in system, or user-defined operator may be used in SQL. 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 or run a query on the <literal>pg_operator</literal> class. Parentheses may be used for arbitrary grouping of operators in expressions. @@ -585,9 +585,9 @@ CAST '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> <para> <acronym>SQL92</acronym> allows <firstterm>expressions</firstterm> 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 - (<xref linkend="functions-title" endterm="functions-title"> has + (<xref linkend="functions" endterm="functions-title"> has more information). </para> |