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
6451b04a
Commit
6451b04a
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
rename sections.
parent
ed626314
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/man/create_table.l
+2
-2
2 additions, 2 deletions
src/man/create_table.l
src/man/drop_type.l
+2
-2
2 additions, 2 deletions
src/man/drop_type.l
src/man/insert.l
+2
-2
2 additions, 2 deletions
src/man/insert.l
src/man/pgbuiltin.3
+1
-1
1 addition, 1 deletion
src/man/pgbuiltin.3
with
7 additions
and
7 deletions
src/man/create_table.l
+
2
−
2
View file @
6451b04a
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.
4
1997/08/26 17:
2
9:
52
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.
5
1997/08/26 17:
3
9:
30
momjian Exp $
.TH "CREATE TABLE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
create table \(em create a new class
...
...
@@ -54,7 +54,7 @@ from the class are automatically a type and can be used in
or other
.BR "create table"
statements. See
.IR pgintro (
l
)
.IR pgintro (
1
)
for a further discussion of this point.
.PP
The optional
...
...
This diff is collapsed.
Click to expand it.
src/man/drop_type.l
+
2
−
2
View file @
6451b04a
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.
3
1997/08/26 17:3
0:0
0 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.
4
1997/08/26 17:3
9:3
0 momjian Exp $
.TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
drop type \(em remove a user-defined type from the system catalogs
...
...
@@ -23,7 +23,7 @@ deleted type.
drop type box
.fi
.SH "SEE ALSO"
pgintro(
l
),
pgintro(
1
),
create type(l),
drop operator(l).
.SH "BUGS"
...
...
This diff is collapsed.
Click to expand it.
src/man/insert.l
+
2
−
2
View file @
6451b04a
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.
3
1997/08/26 17:3
0:02
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.
4
1997/08/26 17:3
9:31
momjian Exp $
.TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
insert \(em insert tuples to a relation
...
...
@@ -58,7 +58,7 @@ or
is an integer constant and
.IR array_str
is an array constant (see
.IR pgintro (
l
)).
.IR pgintro (
1
)).
.PP
If the user does not specify any array bounds (as in the third form)
...
...
This diff is collapsed.
Click to expand it.
src/man/built
-
in.3
→
src/man/
pg
builtin.3
+
1
−
1
View file @
6451b04a
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/built
-
in.3,v 1.
9
1997/08/26 17:
00:11
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/
pg
builtin.3,v 1.
1
1997/08/26 17:
39:32
momjian Exp $
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
.SH "DESCRIPTION"
This section describes the data types, functions and operators
...
...
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