Fix cross-reference markup so that only the *title* of the Operators
authorThomas G. Lockhart
Fri, 6 Aug 1999 13:48:38 +0000 (13:48 +0000)
committerThomas G. Lockhart
Fri, 6 Aug 1999 13:48:38 +0000 (13:48 +0000)
 chapter is included, not the chapter itself.
Thanks to Evelyn Mitchell  for pointing it out.

doc/src/sgml/syntax.sgml

index ee27118681743ea74774950a4040d1f3a359c4b7..06021153c13eeb21c12d64fca626ab539fa48068 100644 (file)
@@ -572,7 +572,7 @@ CAST 'string' AS type
    
     Any built-in system, or user-defined operator may be used in SQL.
     For the list of built-in and system operators consult
-    .
+    -title">.
     For a list of user-defined operators consult your system administrator
     or run a query on the pg_operator class.
     Parentheses may be used for arbitrary grouping of operators in expressions.
@@ -585,9 +585,9 @@ CAST 'string' AS type
    
     SQL92 allows expressions
     to transform data in tables. Expressions may contain operators
-    (see -title" endterm="operators-title">
+    (see 
     for more details) and functions
-    (-title" endterm="functions-title"> has
+    ( has
     more information).