Add some id tags to allow cross-references from the datatype chapter.
authorThomas G. Lockhart
Wed, 14 Oct 1998 16:28:31 +0000 (16:28 +0000)
committerThomas G. Lockhart
Wed, 14 Oct 1998 16:28:31 +0000 (16:28 +0000)
doc/src/sgml/func.sgml
doc/src/sgml/oper.sgml

index e2e4d9deeaa547fdc61807e3accbdcf4b50502f8..d72170e2788f0f5d781957ee97f30830b1636b32 100644 (file)
@@ -14,7 +14,7 @@ available through operators and may be documented as operators only.
 
 
 
-Mathematical Functions
+ id="math-funcs">Mathematical Functions
 
 
 
index 1cff4ca904496f8a01f008d39004e30dba3e0ef8..69834fb15e6b5eb29b663857b4b9712a7b946a39 100644 (file)
@@ -3,19 +3,22 @@
 
 
 
-Describes the built-in operators available in Postgres.
+Describes the built-in operators available in 
+Postgres.
 
 
 
 
-Postgres provides a large number of built-in operators on system types.
+Postgres provides a large number of 
+built-in operators on system types.
 These operators are declared in the system catalog
 pg_operator.  Every entry in pg_operator includes
 the name of the procedure that implements the operator and the
 class OIDs of the input and output types.
 
 
-To view all variations of the || string concatenation operator, try
+To view all variations of the || string concatenation operator, 
+try
 
     SELECT oprleft, oprright, oprresult, oprcode
     FROM pg_operator WHERE oprname = '||';
@@ -227,8 +230,8 @@ logical union
 General Operators
 
 
-The operators listed here are defined for a number of native data types, ranging
-from numeric types to data/time types.
+The operators listed here are defined for a number of native data types, 
+ranging from numeric types to data/time types.
 
 
 
@@ -319,7 +322,7 @@ from numeric types to data/time types.
 
 
 
-Numerical Operators
+ id="math-opers">Numerical Operators