Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/FAQ/FAQ.html')
-rw-r--r--doc/src/FAQ/FAQ.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 7a10b56d9c3..cc461f89d56 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -577,11 +577,11 @@
<H3 id="item3.5">3.5) Why do I get <I>"Sorry, too many
clients"</I> when trying to connect?</H3>
- <P>You have reached the default limit is 100 database sessions. You
- need to increase the <I>postmaster</I>'s limit on how many
+ <P>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
<I>max_connections</I> value in <I>postgresql.conf</I> and
- restarting the <I>postmaster</I>.</P>
+ restarting the server.</P>
<H3 id="item3.6">3.6) What is the upgrade process for PostgreSQL?</H3>
@@ -991,7 +991,7 @@ length</TD></TR>
<P>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 <I>postmaster</I>:</P>
+ before starting the server:</P>
<PRE>
ulimit -d 262144
limit datasize 256m