|
3 | 3 |
|
4 | 4 | <Abstract> |
5 | 5 | <Para> |
6 | | -Describes the built-in operators available in <ProductName>Postgres</ProductName>. |
| 6 | +Describes the built-in operators available in |
| 7 | +<ProductName>Postgres</ProductName>. |
7 | 8 | </Para> |
8 | 9 | </Abstract> |
9 | 10 |
|
10 | 11 | <Para> |
11 | | -<ProductName>Postgres</ProductName> provides a large number of built-in operators on system types. |
| 12 | +<ProductName>Postgres</ProductName> provides a large number of |
| 13 | +built-in operators on system types. |
12 | 14 | These operators are declared in the system catalog |
13 | 15 | pg_operator. Every entry in pg_operator includes |
14 | 16 | the name of the procedure that implements the operator and the |
15 | 17 | class <Acronym>OIDs</Acronym> of the input and output types. |
16 | 18 |
|
17 | 19 | <Para> |
18 | | -To view all variations of the <Quote>||</Quote> string concatenation operator, try |
| 20 | +To view all variations of the <Quote>||</Quote> string concatenation operator, |
| 21 | +try |
19 | 22 | <ProgramListing> |
20 | 23 | SELECT oprleft, oprright, oprresult, oprcode |
21 | 24 | FROM pg_operator WHERE oprname = '||'; |
@@ -227,8 +230,8 @@ logical union |
227 | 230 | <title>General Operators</title> |
228 | 231 |
|
229 | 232 | <para> |
230 | | -The operators listed here are defined for a number of native data types,ranging |
231 | | -from numeric types to data/time types. |
| 233 | +The operators listed here are defined for a number of native data types, |
| 234 | +rangingfrom numeric types to data/time types. |
232 | 235 |
|
233 | 236 | <Para> |
234 | 237 | <TABLE TOCENTRY="1"> |
@@ -319,7 +322,7 @@ from numeric types to data/time types. |
319 | 322 | </Para> |
320 | 323 |
|
321 | 324 | <sect1> |
322 | | -<title>Numerical Operators</title> |
| 325 | +<title id="math-opers">Numerical Operators</title> |
323 | 326 |
|
324 | 327 | <Para> |
325 | 328 | <TABLE TOCENTRY="1"> |
|