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

Commit59509a0

Browse files
committed
Update manuals for 6.2 release.
1 parent627730f commit59509a0

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

‎src/man/pgbuiltin.3

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.6 1997/10/0117:05:16 thomas Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.7 1997/10/0118:53:26 momjian Exp $
44
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
55
.SH "DESCRIPTION"
66
This section describes the data types, functions and operators
@@ -1088,8 +1088,8 @@ float8 |lseg |box |<-> |dist_sb
10881088
float8 |lseg |line |<-> |dist_sl
10891089
float8 |lseg |lseg |<-> |lseg_distance
10901090
float8 |path |path |<-> |path_distance
1091-
float8 |point |box |<-> |dist_pb
10921091
float8 |point |box |<-> |dist_pl
1092+
float8 |point |box |<-> |dist_pb
10931093
float8 |point |lseg |<-> |dist_ps
10941094
float8 |point |path |<-> |dist_ppath
10951095
float8 |point |point |<-> |point_distance
@@ -1167,7 +1167,6 @@ timespan |timespan |timespan |- |timespan_mi
11671167
timespan |timespan |timespan |/ |timespan_div
11681168
tinterval|abstime |abstime |<#> |mktinterval
11691169
(462 rows)
1170-
11711170
.ec
11721171
.fi
11731172
.SH "LEFT UNARY OPERATORS"
@@ -1193,21 +1192,21 @@ left_unary|operand |return_type
11931192
@@ |circle |point
11941193
- |float4 |float4
11951194
@ |float4 |float4
1195+
; |float8 |float8
11961196
- |float8 |float8
11971197
@ |float8 |float8
1198-
|/|float8 |float8
1199-
||/|float8 |float8
1198+
|/ |float8 |float8
1199+
||/ |float8 |float8
12001200
% |float8 |float8
12011201
: |float8 |float8
1202-
; |float8 |float8
12031202
- |int2 |int2
1204-
!! |int4 |int4
12051203
- |int4 |int4
1204+
!! |int4 |int4
1205+
?| |lseg |bool
12061206
@@ |lseg |point
12071207
?- |lseg |bool
1208-
?| |lseg |bool
1209-
# |path |int4
12101208
?? |path |float8
1209+
# |path |int4
12111210
@@ |path |point
12121211
@@ |polygon |point
12131212
# |polygon |int4

‎src/man/set.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.6 1997/09/12 21:25:10 momjian Exp $
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.7 1997/10/01 18:53:28 momjian Exp $
44
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
55
.SH NAME
66
set\(em set run-time parameters for session
@@ -47,7 +47,7 @@ for more information on available styles.
4747
.IR GEQO
4848
enables or disables the genetic optimizer algorithm. This algorithm is
4949
.IR on
50-
by default, which used GEQO for statements ofsix or more tables.
50+
by default, which used GEQO for statements ofeight or more tables.
5151
See the GEQO README for more information.
5252

5353
.ce1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp