Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
59509a07
Commit
59509a07
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update manuals for 6.2 release.
parent
627730fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/man/pgbuiltin.3
+8
-9
8 additions, 9 deletions
src/man/pgbuiltin.3
src/man/set.l
+2
-2
2 additions, 2 deletions
src/man/set.l
with
10 additions
and
11 deletions
src/man/pgbuiltin.3
+
8
−
9
View file @
59509a07
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.
6
1997/10/01 1
7:05:16 thomas
Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.
7
1997/10/01 1
8:53:26 momjian
Exp $
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
.SH "DESCRIPTION"
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 |lseg |<-> |lseg_distance
float8 |path |path |<-> |path_distance
float8 |point |box |<-> |dist_pb
float8 |point |box |<-> |dist_pl
float8 |point |box |<-> |dist_pb
float8 |point |lseg |<-> |dist_ps
float8 |point |path |<-> |dist_ppath
float8 |point |point |<-> |point_distance
...
...
@@ -1167,7 +1167,6 @@ timespan |timespan |timespan |- |timespan_mi
timespan |timespan |timespan |/ |timespan_div
tinterval|abstime |abstime |<#> |mktinterval
(462 rows)
.ec
.fi
.SH "LEFT UNARY OPERATORS"
...
...
@@ -1193,21 +1192,21 @@ left_unary|operand |return_type
@@ |circle |point
- |float4 |float4
@ |float4 |float4
; |float8 |float8
- |float8 |float8
@ |float8 |float8
|/
|float8 |float8
||/
|float8 |float8
|/ |float8 |float8
||/ |float8 |float8
% |float8 |float8
: |float8 |float8
; |float8 |float8
- |int2 |int2
!! |int4 |int4
- |int4 |int4
!! |int4 |int4
?| |lseg |bool
@@ |lseg |point
?- |lseg |bool
?| |lseg |bool
# |path |int4
?? |path |float8
# |path |int4
@@ |path |point
@@ |polygon |point
# |polygon |int4
...
...
This diff is collapsed.
Click to expand it.
src/man/set.l
+
2
−
2
View file @
59509a07
.\" This is -*-nroff-*-
.\" 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
.SH NAME
set \(em set run-time parameters for session
...
...
@@ -47,7 +47,7 @@ for more information on available styles.
.IR GEQO
enables or disables the genetic optimizer algorithm. This algorithm is
.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.
.ce 1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment