Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1efa3f4

Browse files
committed
Document postmaster's -N switch.
1 parent13abdde commit1efa3f4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

‎src/man/postmaster.1

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.13 1998/10/14 02:54:38 momjian Exp $
4-
.TH POSTMASTER UNIX11/05/95 PostgreSQL PostgreSQL
3+
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.14 1999/02/21 03:17:31 tgl Exp $
4+
.TH POSTMASTER UNIX02/20/99 PostgreSQL PostgreSQL
55
.SH "NAME"
66
postmaster - run the Postgres postmaster
77
.SH "SYNOPSIS"
@@ -18,6 +18,9 @@ data_dir]
1818
[\c
1919
.BR"-a"
2020
system]
21+
[\c
22+
.BR"-N"
23+
n_backends]
2124
.br
2225
.in+5n
2326
[\c
@@ -105,6 +108,14 @@ connections, use
105108
.BR"-a nounauth .
106109
This option no longer has any effect.
107110
.TP
111+
.BR"-N"" n_backends"
112+
.IR"n_backends"
113+
is the maximum number of backend server processes that this postmaster
114+
is allowed to start. In the stock configuration, this value defaults
115+
to 64, and can be set as high as 1024 if your system will support that
116+
many processes. Both the default and upper limit values can be altered
117+
when building Postgres.
118+
.TP
108119
.BR"-b"" backend_pathname"
109120
.IR"backend_pathname"
110121
is the full pathname of the Postgres backend server executable file that

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp