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
ed626314
Commit
ed626314
authored
Aug 26, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unix.1 renamed to pgintro.1.
parent
99e9deac
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
32 additions
and
32 deletions
+32
-32
src/man/create_table.l
src/man/create_table.l
+2
-2
src/man/create_type.l
src/man/create_type.l
+2
-2
src/man/createdb.1
src/man/createdb.1
+2
-2
src/man/createuser.1
src/man/createuser.1
+2
-2
src/man/destroydb.1
src/man/destroydb.1
+2
-2
src/man/destroyuser.1
src/man/destroyuser.1
+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/monitor.1
src/man/monitor.1
+5
-5
src/man/pg_hba.conf.5
src/man/pg_hba.conf.5
+2
-2
src/man/pgintro.1
src/man/pgintro.1
+2
-2
src/man/postmaster.1
src/man/postmaster.1
+2
-2
src/man/psql.1
src/man/psql.1
+5
-5
No files found.
src/man/create_table.l
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.
3 1997/01/08 22:37:23
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_table.l,v 1.
4 1997/08/26 17:29:52
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
introduction
(l)
.IR
pgintro
(l)
for a further discussion of this point.
.PP
The optional
...
...
src/man/create_type.l
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.
2 1996/12/11 00:27:20
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/create_type.l,v 1.
3 1997/08/26 17:29:53
momjian Exp $
.TH "CREATE TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
.SH NAME
create type \(em define a new base data type
...
...
@@ -158,4 +158,4 @@ base type's name prepended with an underscore.
create function(l),
create operator(l),
drop type(l),
introduction(large objects
).
large_objects(3
).
src/man/createdb.1
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.
2 1996/12/11 00:27:23
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/createdb.1,v 1.
3 1997/08/26 17:29:54
momjian Exp $
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
createdb \(em create a database
...
...
@@ -54,7 +54,7 @@ understands the following command-line options:
Specifies an authentication system
.IR "system"
(see
.IR
introduction
(1))
.IR
pgintro
(1))
to use in connecting to the
.IR postmaster
process. The default is site-specific.
...
...
src/man/createuser.1
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.
2 1996/12/11 00:27:2
5 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.
3 1997/08/26 17:29:5
5 momjian Exp $
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
createuser \(em create a Postgres user
...
...
@@ -52,7 +52,7 @@ understands the following command-line options:
Specifies an authentication system
.IR "system"
(see
.IR
introduction
(1))
.IR
pgintro
(1))
to use in connecting to the
.IR postmaster
process. The default is site-specific.
...
...
src/man/destroydb.1
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.
3 1997/06/06 22:08:04 scrappy
Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroydb.1,v 1.
4 1997/08/26 17:29:55 momjian
Exp $
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
destroydb \(em destroy an existing database
...
...
@@ -62,7 +62,7 @@ Prompts before destroying a database (interactive).
Specifies an authentication system
.IR "system"
(see
.IR
introduction
(1))
.IR
pgintro
(1))
to use in connecting to the
.IR postmaster
process. The default is site-specific.
...
...
src/man/destroyuser.1
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.
2 1996/12/11 00:27:36
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/destroyuser.1,v 1.
3 1997/08/26 17:29:59
momjian Exp $
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
destroyuser \(em destroy a Postgres user and associated databases
...
...
@@ -52,7 +52,7 @@ understands the following command-line options:
Specifies an authentication system
.IR "system"
(see
.IR
introduction
(1))
.IR
pgintro
(1))
to use in connecting to the
.IR postmaster
process. The default is site-specific.
...
...
src/man/drop_type.l
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.
2 1996/12/11 00:27:43
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/drop_type.l,v 1.
3 1997/08/26 17:30:00
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"
introduction
(l),
pgintro
(l),
create type(l),
drop operator(l).
.SH "BUGS"
...
...
src/man/insert.l
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.
2 1996/12/11 00:27:49
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/insert.l,v 1.
3 1997/08/26 17:30:02
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
introduction
(l)).
.IR
pgintro
(l)).
.PP
If the user does not specify any array bounds (as in the third form)
...
...
src/man/monitor.1
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/monitor.1,v 1.
2 1996/12/11 00:27:56
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/monitor.1,v 1.
3 1997/08/26 17:30:02
momjian Exp $
.TH MONITOR UNIX 11/05/95 PostgreSQL PostgreSQL
.SH NAME
monitor \(em run the interactive terminal monitor
...
...
@@ -107,7 +107,7 @@ option in shell scripts.
Specifies an authentication system
.IR "system"
(see
.IR
introduction
(1))
.IR
pgintro
(1))
to use in connecting to the
.IR postmaster
process. The default is site-specific.
...
...
@@ -239,12 +239,12 @@ only applies if
authentication is in use. If this environment variable is set, Postgres
will attempt authentication with servers for this realm and use
separate ticket files to avoid conflicts with local ticket files. See
.IR
introduction
(1)
.IR
pgintro
(1)
for additional information on
.IR Kerberos .
.PP
See
.IR
introduction
(libpq)
.IR
pgintro
(libpq)
for additional details.
.SH "RETURN VALUE"
When executed with the
...
...
@@ -253,7 +253,7 @@ option,
.IR monitor
returns 0 to the shell on successful query completion, 1 otherwise.
.SH "SEE ALSO"
introduction(libpq
),
libpq(3
),
createdb(1),
createuser(1),
postgres(1),
...
...
src/man/pg_hba.conf.5
View file @
ed626314
.\" This is -*-nroff-*-
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.
2 1997/01/10 19:30:27
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_hba.conf.5,v 1.
3 1997/08/26 17:30:03
momjian Exp $
.TH pg_hba.conf 5 11/04/96 Postgres Postgres
.SH NAME
$PGDATA/pg_hba.conf
...
...
@@ -17,5 +17,5 @@ the top of the sample file pg_hba.conf.sample, which resides in the
the PostgreSQL "lib" sub-directory of the main postgres directory.
.SH "SEE ALSO"
introduction
(1).
pgintro
(1).
src/man/
unix
.1
→
src/man/
pgintro
.1
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/
unix.1,v 1.2 1996/12/11 00:28:12
momjian Exp $
.TH
INTRODUCTION
UNIX 11/05/95 PostgreSQL PostgreSQL
.\" $Header: /cvsroot/pgsql/src/man/Attic/
pgintro.1,v 1.1 1997/08/26 17:30:05
momjian Exp $
.TH
PGINTRO
UNIX 11/05/95 PostgreSQL PostgreSQL
.SP INFORMATION UNIX 11/05/95
.BH "SECTION 2 \(em Unix COMMANDS (Unix)"
.SH "OVERVIEW"
...
...
src/man/postmaster.1
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.
6 1997/08/06 03:42:21
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.
7 1997/08/26 17:30:07
momjian Exp $
.TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH "NAME"
postmaster \(em run the Postgres postmaster
...
...
@@ -88,7 +88,7 @@ discarded.
Specifies whether or not to use the authentication system
.IR "system"
(see
.IR
introduction
(1))
.IR
pgintro
(1))
for frontend applications to use in connecting to the
.IR postmaster
process. Specify
...
...
src/man/psql.1
View file @
ed626314
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.1
1 1997/08/26 17:00:14
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.1
2 1997/08/26 17:30:08
momjian Exp $
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME
psql \(em run the interactive query front-end
...
...
@@ -111,7 +111,7 @@ understands the following command-line options:
Specifies an authentication system
.IR "system"
(see
.IR
introduction
(1))
.IR
pgintro
(1))
to use in connecting to the
.IR postmaster
process. The default is site-specific.
...
...
@@ -385,12 +385,12 @@ only applies if
authentication is in use. If this environment variable is set, Postgres
will attempt authentication with servers for this realm and use
separate ticket files to avoid conflicts with local ticket files. See
.IR
introduction
(1)
.IR
pgintro
(1)
for additional information on
.IR Kerberos .
.PP
See
.IR
introduction
(libpq)
.IR
pgintro
(libpq)
for additional details.
.SH "RETURN VALUE"
.IR psql
...
...
@@ -400,7 +400,7 @@ returns 0 to the shell on successful completion of all queries,
will also return 1 if the connection to a database could not be made for
any reason.
.SH "SEE ALSO"
introduction(libpq
),
libpq(3
),
monitor(1)
postgres(1),
postmaster(1).
...
...
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