unix.1 renamed to pgintro.1.

This commit is contained in:
Bruce Momjian 1997-08-26 17:30:09 +00:00
parent 99e9deac73
commit ed626314e6
13 changed files with 32 additions and 32 deletions

View File

@ -1,6 +1,6 @@
.\" 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

View File

@ -1,6 +1,6 @@
.\" 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).

View File

@ -1,6 +1,6 @@
.\" 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.

View File

@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.2 1996/12/11 00:27:25 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/createuser.1,v 1.3 1997/08/26 17:29:55 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.

View File

@ -1,6 +1,6 @@
.\" 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.

View File

@ -1,6 +1,6 @@
.\" 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.

View File

@ -1,6 +1,6 @@
.\" 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"

View File

@ -1,6 +1,6 @@
.\" 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)

View File

@ -1,6 +1,6 @@
.\" 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),

View File

@ -1,5 +1,5 @@
.\" 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).

View File

@ -1,7 +1,7 @@
.\" 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"

View File

@ -1,6 +1,6 @@
.\" 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

View File

@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.11 1997/08/26 17:00:14 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.12 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).