mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
Update postmaster manual page.
This commit is contained in:
parent
5af43965cf
commit
06a7001350
@ -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.7 1997/08/26 17:30:07 momjian Exp $
|
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.8 1997/11/07 21:25: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
|
||||||
@ -27,6 +27,9 @@ backend_pathname]
|
|||||||
.BR "-d"
|
.BR "-d"
|
||||||
[debug_level]]
|
[debug_level]]
|
||||||
[\c
|
[\c
|
||||||
|
.BR "-i" \c
|
||||||
|
]
|
||||||
|
[\c
|
||||||
.BR "-n" \c
|
.BR "-n" \c
|
||||||
]
|
]
|
||||||
.br
|
.br
|
||||||
@ -139,6 +142,11 @@ send their debugging output then this output will appear on the
|
|||||||
controlling tty of their parent
|
controlling tty of their parent
|
||||||
.IR postmaster .
|
.IR postmaster .
|
||||||
.TP
|
.TP
|
||||||
|
.BR "-i"
|
||||||
|
This enables TCP/IP or Internet domain socket communication.
|
||||||
|
Without this option, only local Unix domain socket communication is
|
||||||
|
possible.
|
||||||
|
.TP
|
||||||
.BR "-n" ", " "-s"
|
.BR "-n" ", " "-s"
|
||||||
The
|
The
|
||||||
.IR "-s" " and " "-n"
|
.IR "-s" " and " "-n"
|
||||||
@ -191,6 +199,8 @@ default port then all frontend application users must specify the same
|
|||||||
port (using command-line options or
|
port (using command-line options or
|
||||||
.SM PGPORT\c
|
.SM PGPORT\c
|
||||||
) when starting any libpq application, including psql.
|
) when starting any libpq application, including psql.
|
||||||
|
Local Unix domain sockets also use this port number as an identifier
|
||||||
|
to allow unix domain communication with multiple postmasters.
|
||||||
.SH "WARNINGS"
|
.SH "WARNINGS"
|
||||||
If at all possible,
|
If at all possible,
|
||||||
.BR "do not"
|
.BR "do not"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user