Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
6451b04a
Commit
6451b04a
authored
Aug 26, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename sections.
parent
ed626314
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
src/man/create_table.l
src/man/create_table.l
+2
-2
src/man/drop_type.l
src/man/drop_type.l
+2
-2
src/man/insert.l
src/man/insert.l
+2
-2
src/man/pgbuiltin.3
src/man/pgbuiltin.3
+1
-1
No files found.
src/man/create_table.l
View file @
6451b04a
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.
4 1997/08/26 17:29:52
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.
5 1997/08/26 17:39:30
momjian Exp $
.TH "CREATE TABLE" SQL 11/05/95 PostgreSQL PostgreSQL
.TH "CREATE TABLE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
create table \(em create a new class
create table \(em create a new class
...
@@ -54,7 +54,7 @@ from the class are automatically a type and can be used in
...
@@ -54,7 +54,7 @@ from the class are automatically a type and can be used in
or other
or other
.BR "create table"
.BR "create table"
statements. See
statements. See
.IR pgintro (
l
)
.IR pgintro (
1
)
for a further discussion of this point.
for a further discussion of this point.
.PP
.PP
The optional
The optional
...
...
src/man/drop_type.l
View file @
6451b04a
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.
3 1997/08/26 17:30:0
0 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.
4 1997/08/26 17:39:3
0 momjian Exp $
.TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
.TH "DROP TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
drop type \(em remove a user-defined type from the system catalogs
drop type \(em remove a user-defined type from the system catalogs
...
@@ -23,7 +23,7 @@ deleted type.
...
@@ -23,7 +23,7 @@ deleted type.
drop type box
drop type box
.fi
.fi
.SH "SEE ALSO"
.SH "SEE ALSO"
pgintro(
l
),
pgintro(
1
),
create type(l),
create type(l),
drop operator(l).
drop operator(l).
.SH "BUGS"
.SH "BUGS"
...
...
src/man/insert.l
View file @
6451b04a
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.
3 1997/08/26 17:30:02
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.
4 1997/08/26 17:39:31
momjian Exp $
.TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
.TH INSERT SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
insert \(em insert tuples to a relation
insert \(em insert tuples to a relation
...
@@ -58,7 +58,7 @@ or
...
@@ -58,7 +58,7 @@ or
is an integer constant and
is an integer constant and
.IR array_str
.IR array_str
is an array constant (see
is an array constant (see
.IR pgintro (
l
)).
.IR pgintro (
1
)).
.PP
.PP
If the user does not specify any array bounds (as in the third form)
If the user does not specify any array bounds (as in the third form)
...
...
src/man/
built-
in.3
→
src/man/
pgbuilt
in.3
View file @
6451b04a
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" 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/
pgbuiltin.3,v 1.1 1997/08/26 17:39:32
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment