mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
unix.1 renamed to pgintro.1.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.\" 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.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
|
.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
|
|||||||
or other
|
or other
|
||||||
.BR "create table"
|
.BR "create table"
|
||||||
statements. See
|
statements. See
|
||||||
.IR introduction (l)
|
.IR pgintro (l)
|
||||||
for a further discussion of this point.
|
for a further discussion of this point.
|
||||||
.PP
|
.PP
|
||||||
The optional
|
The optional
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" 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
|
.TH "CREATE TYPE" SQL 11/05/95 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
create type \(em define a new base data type
|
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 function(l),
|
||||||
create operator(l),
|
create operator(l),
|
||||||
drop type(l),
|
drop type(l),
|
||||||
introduction(large objects).
|
large_objects(3).
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" 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
|
.TH CREATEDB UNIX 11/05/95 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
createdb \(em create a database
|
createdb \(em create a database
|
||||||
@@ -54,7 +54,7 @@ understands the following command-line options:
|
|||||||
Specifies an authentication system
|
Specifies an authentication system
|
||||||
.IR "system"
|
.IR "system"
|
||||||
(see
|
(see
|
||||||
.IR introduction (1))
|
.IR pgintro (1))
|
||||||
to use in connecting to the
|
to use in connecting to the
|
||||||
.IR postmaster
|
.IR postmaster
|
||||||
process. The default is site-specific.
|
process. The default is site-specific.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" 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
|
.TH CREATEUSER UNIX 11/05/95 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
createuser \(em create a Postgres user
|
createuser \(em create a Postgres user
|
||||||
@@ -52,7 +52,7 @@ understands the following command-line options:
|
|||||||
Specifies an authentication system
|
Specifies an authentication system
|
||||||
.IR "system"
|
.IR "system"
|
||||||
(see
|
(see
|
||||||
.IR introduction (1))
|
.IR pgintro (1))
|
||||||
to use in connecting to the
|
to use in connecting to the
|
||||||
.IR postmaster
|
.IR postmaster
|
||||||
process. The default is site-specific.
|
process. The default is site-specific.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" 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
|
.TH DESTROYDB UNIX 11/05/95 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
destroydb \(em destroy an existing database
|
destroydb \(em destroy an existing database
|
||||||
@@ -62,7 +62,7 @@ Prompts before destroying a database (interactive).
|
|||||||
Specifies an authentication system
|
Specifies an authentication system
|
||||||
.IR "system"
|
.IR "system"
|
||||||
(see
|
(see
|
||||||
.IR introduction (1))
|
.IR pgintro (1))
|
||||||
to use in connecting to the
|
to use in connecting to the
|
||||||
.IR postmaster
|
.IR postmaster
|
||||||
process. The default is site-specific.
|
process. The default is site-specific.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" 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
|
.TH DESTROYUSER UNIX 11/05/95 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
destroyuser \(em destroy a Postgres user and associated databases
|
destroyuser \(em destroy a Postgres user and associated databases
|
||||||
@@ -52,7 +52,7 @@ understands the following command-line options:
|
|||||||
Specifies an authentication system
|
Specifies an authentication system
|
||||||
.IR "system"
|
.IR "system"
|
||||||
(see
|
(see
|
||||||
.IR introduction (1))
|
.IR pgintro (1))
|
||||||
to use in connecting to the
|
to use in connecting to the
|
||||||
.IR postmaster
|
.IR postmaster
|
||||||
process. The default is site-specific.
|
process. The default is site-specific.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.\" 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.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
|
.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.
|
|||||||
drop type box
|
drop type box
|
||||||
.fi
|
.fi
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
introduction(l),
|
pgintro(l),
|
||||||
create type(l),
|
create type(l),
|
||||||
drop operator(l).
|
drop operator(l).
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.\" 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.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
|
.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
|
|||||||
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 introduction (l)).
|
.IR pgintro (l)).
|
||||||
.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)
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" 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
|
.TH MONITOR UNIX 11/05/95 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
monitor \(em run the interactive terminal monitor
|
monitor \(em run the interactive terminal monitor
|
||||||
@@ -107,7 +107,7 @@ option in shell scripts.
|
|||||||
Specifies an authentication system
|
Specifies an authentication system
|
||||||
.IR "system"
|
.IR "system"
|
||||||
(see
|
(see
|
||||||
.IR introduction (1))
|
.IR pgintro (1))
|
||||||
to use in connecting to the
|
to use in connecting to the
|
||||||
.IR postmaster
|
.IR postmaster
|
||||||
process. The default is site-specific.
|
process. The default is site-specific.
|
||||||
@@ -239,12 +239,12 @@ only applies if
|
|||||||
authentication is in use. If this environment variable is set, Postgres
|
authentication is in use. If this environment variable is set, Postgres
|
||||||
will attempt authentication with servers for this realm and use
|
will attempt authentication with servers for this realm and use
|
||||||
separate ticket files to avoid conflicts with local ticket files. See
|
separate ticket files to avoid conflicts with local ticket files. See
|
||||||
.IR introduction (1)
|
.IR pgintro (1)
|
||||||
for additional information on
|
for additional information on
|
||||||
.IR Kerberos .
|
.IR Kerberos .
|
||||||
.PP
|
.PP
|
||||||
See
|
See
|
||||||
.IR introduction (libpq)
|
.IR pgintro (libpq)
|
||||||
for additional details.
|
for additional details.
|
||||||
.SH "RETURN VALUE"
|
.SH "RETURN VALUE"
|
||||||
When executed with the
|
When executed with the
|
||||||
@@ -253,7 +253,7 @@ option,
|
|||||||
.IR monitor
|
.IR monitor
|
||||||
returns 0 to the shell on successful query completion, 1 otherwise.
|
returns 0 to the shell on successful query completion, 1 otherwise.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
introduction(libpq),
|
libpq(3),
|
||||||
createdb(1),
|
createdb(1),
|
||||||
createuser(1),
|
createuser(1),
|
||||||
postgres(1),
|
postgres(1),
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" 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
|
.TH pg_hba.conf 5 11/04/96 Postgres Postgres
|
||||||
.SH NAME
|
.SH NAME
|
||||||
$PGDATA/pg_hba.conf
|
$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.
|
the PostgreSQL "lib" sub-directory of the main postgres directory.
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
introduction(1).
|
pgintro(1).
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" XXX standard disclaimer belongs here....
|
||||||
.\" $Header: /cvsroot/pgsql/src/man/Attic/unix.1,v 1.2 1996/12/11 00:28:12 momjian Exp $
|
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgintro.1,v 1.1 1997/08/26 17:30:05 momjian Exp $
|
||||||
.TH INTRODUCTION UNIX 11/05/95 PostgreSQL PostgreSQL
|
.TH PGINTRO UNIX 11/05/95 PostgreSQL PostgreSQL
|
||||||
.SP INFORMATION UNIX 11/05/95
|
.SP INFORMATION UNIX 11/05/95
|
||||||
.BH "SECTION 2 \(em Unix COMMANDS (Unix)"
|
.BH "SECTION 2 \(em Unix COMMANDS (Unix)"
|
||||||
.SH "OVERVIEW"
|
.SH "OVERVIEW"
|
@@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" 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
|
.TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
postmaster \(em run the Postgres postmaster
|
postmaster \(em run the Postgres postmaster
|
||||||
@@ -88,7 +88,7 @@ discarded.
|
|||||||
Specifies whether or not to use the authentication system
|
Specifies whether or not to use the authentication system
|
||||||
.IR "system"
|
.IR "system"
|
||||||
(see
|
(see
|
||||||
.IR introduction (1))
|
.IR pgintro (1))
|
||||||
for frontend applications to use in connecting to the
|
for frontend applications to use in connecting to the
|
||||||
.IR postmaster
|
.IR postmaster
|
||||||
process. Specify
|
process. Specify
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.\" This is -*-nroff-*-
|
.\" This is -*-nroff-*-
|
||||||
.\" XXX standard disclaimer belongs here....
|
.\" 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
|
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
|
||||||
.SH NAME
|
.SH NAME
|
||||||
psql \(em run the interactive query front-end
|
psql \(em run the interactive query front-end
|
||||||
@@ -111,7 +111,7 @@ understands the following command-line options:
|
|||||||
Specifies an authentication system
|
Specifies an authentication system
|
||||||
.IR "system"
|
.IR "system"
|
||||||
(see
|
(see
|
||||||
.IR introduction (1))
|
.IR pgintro (1))
|
||||||
to use in connecting to the
|
to use in connecting to the
|
||||||
.IR postmaster
|
.IR postmaster
|
||||||
process. The default is site-specific.
|
process. The default is site-specific.
|
||||||
@@ -385,12 +385,12 @@ only applies if
|
|||||||
authentication is in use. If this environment variable is set, Postgres
|
authentication is in use. If this environment variable is set, Postgres
|
||||||
will attempt authentication with servers for this realm and use
|
will attempt authentication with servers for this realm and use
|
||||||
separate ticket files to avoid conflicts with local ticket files. See
|
separate ticket files to avoid conflicts with local ticket files. See
|
||||||
.IR introduction (1)
|
.IR pgintro (1)
|
||||||
for additional information on
|
for additional information on
|
||||||
.IR Kerberos .
|
.IR Kerberos .
|
||||||
.PP
|
.PP
|
||||||
See
|
See
|
||||||
.IR introduction (libpq)
|
.IR pgintro (libpq)
|
||||||
for additional details.
|
for additional details.
|
||||||
.SH "RETURN VALUE"
|
.SH "RETURN VALUE"
|
||||||
.IR psql
|
.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
|
will also return 1 if the connection to a database could not be made for
|
||||||
any reason.
|
any reason.
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
introduction(libpq),
|
libpq(3),
|
||||||
monitor(1)
|
monitor(1)
|
||||||
postgres(1),
|
postgres(1),
|
||||||
postmaster(1).
|
postmaster(1).
|
||||||
|
Reference in New Issue
Block a user