Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorBruce Momjian2007-10-09 01:28:24 +0000
committerBruce Momjian2007-10-09 01:28:24 +0000
commitd63790d72605cb84fd9e79334ab9d0a5e01378dc (patch)
tree3e9b590704f7998a5e3a1a9d942e66d8eda3650d /doc/FAQ
parent9f3bd2994c30df430c1aef5a8d6893ce61ee3f43 (diff)
Clarify user of "postmaster" vs. "server" in FAQs.
Brendan Jurd
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/FAQ b/doc/FAQ
index ffc2d64f2a1..2cf44f9cefc 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -423,10 +423,10 @@
3.5) Why do I get "Sorry, too many clients" when trying to connect?
- You have reached the default limit is 100 database sessions. You need
- to increase the postmaster's limit on how many concurrent backend
+ You have reached the default limit of 100 database sessions. You need
+ to increase the server's limit on how many concurrent backend
processes it can start by changing the max_connections value in
- postgresql.conf and restarting the postmaster.
+ postgresql.conf and restarting the server.
3.6) What is the upgrade process for PostgreSQL?
@@ -753,7 +753,7 @@
You probably have run out of virtual memory on your system, or your
kernel has a low limit for certain resources. Try this before starting
- postmaster:
+ the server:
ulimit -d 262144
limit datasize 256m