From ee92ab91ad8527f924687e4786568d55c3e85871 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Wed, 14 Oct 1998 16:28:31 +0000 Subject: [PATCH] Add some id tags to allow cross-references from the datatype chapter. --- doc/src/sgml/func.sgml | 2 +- doc/src/sgml/oper.sgml | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index e2e4d9deea..d72170e278 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -14,7 +14,7 @@ available through operators and may be documented as operators only. -Mathematical Functions +Mathematical Functions diff --git a/doc/src/sgml/oper.sgml b/doc/src/sgml/oper.sgml index 1cff4ca904..69834fb15e 100644 --- a/doc/src/sgml/oper.sgml +++ b/doc/src/sgml/oper.sgml @@ -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 +Numerical Operators
-- 2.11.0