summaryrefslogtreecommitdiff
path: root/src/man/postmaster.1
diff options
context:
space:
mode:
authorTom Lane1999-05-22 17:47:54 +0000
committerTom Lane1999-05-22 17:47:54 +0000
commitcf1478982cbe5637f0e78f88a28bf5d8ecfb389f (patch)
tree712d801ce2b81e4c87f7b6e7f7ea9cab6c7f3168 /src/man/postmaster.1
parente9edb3ef92363b53c576767cae60847f94fac0c6 (diff)
Modify backend switch parsing to prevent 'insecure' switches
from being accepted when they are passed from client connection request. Get rid of a couple that no longer do anything (like -P).
Diffstat (limited to 'src/man/postmaster.1')
-rw-r--r--src/man/postmaster.14
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/postmaster.1 b/src/man/postmaster.1
index 5bf5e94e907..3849a854f97 100644
--- a/src/man/postmaster.1
+++ b/src/man/postmaster.1
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.16 1999/05/19 23:30:43 tgl Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.17 1999/05/22 17:47:48 tgl Exp $
.TH POSTMASTER UNIX 05/19/99 PostgreSQL PostgreSQL
.SH "NAME"
postmaster - run the Postgres postmaster
@@ -90,7 +90,7 @@ set at compile-time is used.
.IR "n_backends"
is the maximum number of backend server processes that this postmaster
is allowed to start. In the stock configuration, this value defaults
-to 64, and can be set as high as 1024 if your system will support that
+to 32, and can be set as high as 1024 if your system will support that
many processes. Both the default and upper limit values can be altered
when building Postgres (see src/include/config.h).
.TP