Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
1efa3f42
Commit
1efa3f42
authored
26 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Document postmaster's -N switch.
parent
13abdde2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/man/postmaster.1
+13
-2
13 additions, 2 deletions
src/man/postmaster.1
with
13 additions
and
2 deletions
src/man/postmaster.1
+
13
−
2
View file @
1efa3f42
.\" 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.1
3
199
8/10/14 02:54:38 momjian
Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.1
4
199
9/02/21 03:17:31 tgl
Exp $
.TH POSTMASTER UNIX
11/05
/9
5
PostgreSQL PostgreSQL
.TH POSTMASTER UNIX
02/20
/9
9
PostgreSQL PostgreSQL
.SH "NAME"
.SH "NAME"
postmaster - run the Postgres postmaster
postmaster - run the Postgres postmaster
.SH "SYNOPSIS"
.SH "SYNOPSIS"
...
@@ -18,6 +18,9 @@ data_dir]
...
@@ -18,6 +18,9 @@ data_dir]
[\c
[\c
.BR "-a"
.BR "-a"
system]
system]
[\c
.BR "-N"
n_backends]
.br
.br
.in +5n
.in +5n
[\c
[\c
...
@@ -105,6 +108,14 @@ connections, use
...
@@ -105,6 +108,14 @@ connections, use
.BR "-a nounauth .
.BR "-a nounauth .
This option no longer has any effect.
This option no longer has any effect.
.TP
.TP
.BR "-N" " n_backends"
.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
many processes. Both the default and upper limit values can be altered
when building Postgres.
.TP
.BR "-b" " backend_pathname"
.BR "-b" " backend_pathname"
.IR "backend_pathname"
.IR "backend_pathname"
is the full pathname of the Postgres backend server executable file that
is the full pathname of the Postgres backend server executable file that
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment