diff options
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 2 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ_german.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index ef698e7ae90..83b121a00e4 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -725,7 +725,7 @@ can increase it by restarting the <I>postmaster</I> with a suitable <I>-N</I> value. With the default configuration you can set <I>-N</I> as large as 1024. If you need more, increase - <SMALL>MAXBACKENDS</SMALL> in <I>include/config.h</I> and rebuild. + <SMALL>MAXBACKENDS</SMALL> in <I>include/pg_config.h</I> and rebuild. You can set the default value of <I>-N</I> at configuration time, if you like, using <I>configure's</I> <I>--with-maxbackends</I> switch.</P> diff --git a/doc/src/FAQ/FAQ_german.html b/doc/src/FAQ/FAQ_german.html index e133ef361b5..6c40523afce 100644 --- a/doc/src/FAQ/FAQ_german.html +++ b/doc/src/FAQ/FAQ_german.html @@ -712,7 +712,7 @@ Du mußt die Grenze des postmasters, die festlegt, In Postgres 6.5 sind das normalerweise 32 Prozesse. Du kannst diesen Wert dadurch erhöhen, daß Du den postmaster mit einem entsprechenden <I>-N</I> Wert neu startest. In der Standardkonfiguration kannst Du <I>-N</I> auf maximal 1024 setzen. -Falls Du mehr brauchst, erhöhe <I>MAXBACKENDS</I> in <I>include/config.h</I> und +Falls Du mehr brauchst, erhöhe <I>MAXBACKENDS</I> in <I>include/pg_config.h</I> und kompiliere das Paket neu. Du kannst den Standardwert von <I>-N</I> während der Konfiguration setzen, indem Du <I>--with-maxbackends</I> angibst. |