File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.7 1997/08/26 17:30 :07 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.8 1997/11/07 21:25 :07 momjian Exp $
4
4
.TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
5
5
.SH "NAME"
6
6
postmaster \(em run the Postgres postmaster
@@ -27,6 +27,9 @@ backend_pathname]
27
27
.BR " -d"
28
28
[debug_level]]
29
29
[\c
30
+ .BR " -i" \c
31
+ ]
32
+ [\c
30
33
.BR " -n" \c
31
34
]
32
35
.br
@@ -139,6 +142,11 @@ send their debugging output then this output will appear on the
139
142
controlling tty of their parent
140
143
.IR postmaster .
141
144
.TP
145
+ .BR " -i"
146
+ This enables TCP/IP or Internet domain socket communication.
147
+ Without this option, only local Unix domain socket communication is
148
+ possible.
149
+ .TP
142
150
.BR " -n" " , " " -s"
143
151
The
144
152
.IR " -s" " and " " -n"
@@ -191,6 +199,8 @@ default port then all frontend application users must specify the same
191
199
port (using command-line options or
192
200
.SM PGPORT \c
193
201
) when starting any libpq application, including psql.
202
+ Local Unix domain sockets also use this port number as an identifier
203
+ to allow unix domain communication with multiple postmasters.
194
204
.SH "WARNINGS"
195
205
If at all possible,
196
206
.BR " do not"
You can’t perform that action at this time.
0 commit comments