1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

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/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),