Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee92ab9

Browse files
author
Thomas G. Lockhart
committed
Add some id tags to allow cross-references from the datatype chapter.
1 parent3103a05 commitee92ab9

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ available through operators and may be documented as operators only.
1414
</Para>
1515

1616
<sect1>
17-
<title>Mathematical Functions</title>
17+
<title id="math-funcs">Mathematical Functions</title>
1818

1919
<Para>
2020
<TABLE TOCENTRY="1">

‎doc/src/sgml/oper.sgml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@
33

44
<Abstract>
55
<Para>
6-
Describes the built-in operators available in <ProductName>Postgres</ProductName>.
6+
Describes the built-in operators available in
7+
<ProductName>Postgres</ProductName>.
78
</Para>
89
</Abstract>
910

1011
<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.
1214
These operators are declared in the system catalog
1315
pg_operator. Every entry in pg_operator includes
1416
the name of the procedure that implements the operator and the
1517
class <Acronym>OIDs</Acronym> of the input and output types.
1618

1719
<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
1922
<ProgramListing>
2023
SELECT oprleft, oprright, oprresult, oprcode
2124
FROM pg_operator WHERE oprname = '||';
@@ -227,8 +230,8 @@ logical union
227230
<title>General Operators</title>
228231

229232
<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.
232235

233236
<Para>
234237
<TABLE TOCENTRY="1">
@@ -319,7 +322,7 @@ from numeric types to data/time types.
319322
</Para>
320323

321324
<sect1>
322-
<title>Numerical Operators</title>
325+
<title id="math-opers">Numerical Operators</title>
323326

324327
<Para>
325328
<TABLE TOCENTRY="1">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp