Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 13abdde

Browse files
committed
Document configure's --with-maxbackends switch.
Fix a few small typos.
1 parent ae4a40d commit 13abdde

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

doc/src/sgml/config.sgml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,23 @@ Features and packages:
3939
--enable-recode enable cyrillic recode support
4040
--with-mb=<replaceable>encoding</replaceable> enable multi-byte support
4141
--with-pgport=<replaceable>portnum</replaceable> change default startup port
42-
--with-tcl use tcl
42+
--with-maxbackends=<replaceable>n</replaceable> set default maximum number of server processes
43+
--with-tcl build Tcl interfaces and pgtclsh
4344
--with-tclconfig=<replaceable>tcldir</replaceable> tclConfig.sh and tkConfig.sh are in DIR
44-
--with-perl use perl
45+
--with-perl build Perl interface
4546
--with-odbc build ODBC driver package
4647
--with-odbcinst=<replaceable>odbcdir</replaceable> change default directory for odbcinst.ini
4748
--enable-cassert enable assertion checks (debugging)
4849
--with-CC=<replaceable>compiler</replaceable> use specific C compiler
4950
--with-CXX=<replaceable>compiler</replaceable> use specific C++ compiler
51+
--without-CXX prevent building C++ code
5052
</programlisting>
5153
</para>
5254
<para>
5355
Some systems may have trouble building a specific feature of
5456
<productname>Postgres</productname>. For example, systems with a damaged
55-
C++ compiler may need to specify <option>--without-CXX</option> to encourage
56-
the build procedure to ignore the <filename>libpq++</filename> construction.
57+
C++ compiler may need to specify <option>--without-CXX</option> to instruct
58+
the build procedure to skip construction of <filename>libpq++</filename>.
5759
</para>
5860
</sect1>
5961
<sect1>
@@ -64,7 +66,7 @@ Features and packages:
6466
stage of <productname>Postgres</productname> installation.
6567
</para>
6668
<para>
67-
In most cases, these parameters should be place in a file,
69+
In most cases, these parameters should be placed in a file,
6870
<filename>Makefile.custom</filename>, intended just for that purpose.
6971
The default distribution does not contain this optional file, so you
7072
will create it using a text editor of your choice. When upgrading installations,
@@ -348,7 +350,7 @@ PSTYLE= /home/tgl/SGML/db118.d/docbook/print
348350
<Title>What are the Drawbacks?</Title>
349351

350352
<Para>
351-
There is one evident drawback of using locale - it's speed!
353+
There is one evident drawback of using locale - its speed!
352354
So, use locale only if you really need it.
353355
</para>
354356
</sect2>

doc/src/sgml/install.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ $ ls -l db.out
310310
your backup. If necessary, bring down postmaster, edit the permissions
311311
in file <filename>/usr/local/pgsql/data/pg_hba.conf</filename>
312312
to allow only you on, then
313-
bring <application>postmaste</application>r back up.
313+
bring <application>postmaster</application> back up.
314314
</Para>
315315
</caution>
316316

@@ -380,7 +380,7 @@ $ exit
380380
<Step Performance="required" id="newdirs">
381381
<Para>
382382
Make new source and install directories. The actual paths can be
383-
different for your installation but you must be consistant throughout this procedure.
383+
different for your installation but you must be consistent throughout this procedure.
384384
</para>
385385
<note>
386386
<para>
@@ -711,7 +711,7 @@ pg_id: can't load library 'libpq.so'
711711
</step>
712712
<Step Performance="required">
713713
<para>
714-
Several regression tests could failed if the user's locale collation
714+
Several regression tests could fail if the user's locale collation
715715
scheme is different from that of standard C locale.
716716
</para>
717717
<para>

0 commit comments

Comments
 (0)