Update manuals for 6.2 release.
This commit is contained in:
parent
627730fa47
commit
59509a0711
src/man
@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" XXX standard disclaimer belongs here....
|
||||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.6 1997/10/01 17:05:16 thomas Exp $
|
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.7 1997/10/01 18:53:26 momjian Exp $
|
||||||
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
|
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
This section describes the data types, functions and operators
|
This section describes the data types, functions and operators
|
||||||
@ -1088,8 +1088,8 @@ float8 |lseg |box |<-> |dist_sb
|
|||||||
float8 |lseg |line |<-> |dist_sl
|
float8 |lseg |line |<-> |dist_sl
|
||||||
float8 |lseg |lseg |<-> |lseg_distance
|
float8 |lseg |lseg |<-> |lseg_distance
|
||||||
float8 |path |path |<-> |path_distance
|
float8 |path |path |<-> |path_distance
|
||||||
float8 |point |box |<-> |dist_pb
|
|
||||||
float8 |point |box |<-> |dist_pl
|
float8 |point |box |<-> |dist_pl
|
||||||
|
float8 |point |box |<-> |dist_pb
|
||||||
float8 |point |lseg |<-> |dist_ps
|
float8 |point |lseg |<-> |dist_ps
|
||||||
float8 |point |path |<-> |dist_ppath
|
float8 |point |path |<-> |dist_ppath
|
||||||
float8 |point |point |<-> |point_distance
|
float8 |point |point |<-> |point_distance
|
||||||
@ -1167,7 +1167,6 @@ timespan |timespan |timespan |- |timespan_mi
|
|||||||
timespan |timespan |timespan |/ |timespan_div
|
timespan |timespan |timespan |/ |timespan_div
|
||||||
tinterval|abstime |abstime |<#> |mktinterval
|
tinterval|abstime |abstime |<#> |mktinterval
|
||||||
(462 rows)
|
(462 rows)
|
||||||
|
|
||||||
.ec
|
.ec
|
||||||
.fi
|
.fi
|
||||||
.SH "LEFT UNARY OPERATORS"
|
.SH "LEFT UNARY OPERATORS"
|
||||||
@ -1193,21 +1192,21 @@ left_unary|operand |return_type
|
|||||||
@@ |circle |point
|
@@ |circle |point
|
||||||
- |float4 |float4
|
- |float4 |float4
|
||||||
@ |float4 |float4
|
@ |float4 |float4
|
||||||
|
; |float8 |float8
|
||||||
- |float8 |float8
|
- |float8 |float8
|
||||||
@ |float8 |float8
|
@ |float8 |float8
|
||||||
|/ |float8 |float8
|
|/ |float8 |float8
|
||||||
||/ |float8 |float8
|
||/ |float8 |float8
|
||||||
% |float8 |float8
|
% |float8 |float8
|
||||||
: |float8 |float8
|
: |float8 |float8
|
||||||
; |float8 |float8
|
|
||||||
- |int2 |int2
|
- |int2 |int2
|
||||||
!! |int4 |int4
|
|
||||||
- |int4 |int4
|
- |int4 |int4
|
||||||
|
!! |int4 |int4
|
||||||
|
?| |lseg |bool
|
||||||
@@ |lseg |point
|
@@ |lseg |point
|
||||||
?- |lseg |bool
|
?- |lseg |bool
|
||||||
?| |lseg |bool
|
|
||||||
# |path |int4
|
|
||||||
?? |path |float8
|
?? |path |float8
|
||||||
|
# |path |int4
|
||||||
@@ |path |point
|
@@ |path |point
|
||||||
@@ |polygon |point
|
@@ |polygon |point
|
||||||
# |polygon |int4
|
# |polygon |int4
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" XXX standard disclaimer belongs here....
|
||||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.6 1997/09/12 21:25:10 momjian Exp $
|
.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.7 1997/10/01 18:53:28 momjian Exp $
|
||||||
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
|
.TH SET SQL 05/14/97 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
set \(em set run-time parameters for session
|
set \(em set run-time parameters for session
|
||||||
@ -47,7 +47,7 @@ for more information on available styles.
|
|||||||
.IR GEQO
|
.IR GEQO
|
||||||
enables or disables the genetic optimizer algorithm. This algorithm is
|
enables or disables the genetic optimizer algorithm. This algorithm is
|
||||||
.IR on
|
.IR on
|
||||||
by default, which used GEQO for statements of six or more tables.
|
by default, which used GEQO for statements of eight or more tables.
|
||||||
See the GEQO README for more information.
|
See the GEQO README for more information.
|
||||||
|
|
||||||
.ce 1
|
.ce 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user