@@ -39,21 +39,23 @@ Features and packages:
39
39
--enable-recode enable cyrillic recode support
40
40
--with-mb=<replaceable>encoding</replaceable> enable multi-byte support
41
41
--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
43
44
--with-tclconfig=<replaceable>tcldir</replaceable> tclConfig.sh and tkConfig.sh are in DIR
44
- --with-perl use perl
45
+ --with-perl build Perl interface
45
46
--with-odbc build ODBC driver package
46
47
--with-odbcinst=<replaceable>odbcdir</replaceable> change default directory for odbcinst.ini
47
48
--enable-cassert enable assertion checks (debugging)
48
49
--with-CC=<replaceable>compiler</replaceable> use specific C compiler
49
50
--with-CXX=<replaceable>compiler</replaceable> use specific C++ compiler
51
+ --without-CXX prevent building C++ code
50
52
</programlisting>
51
53
</para>
52
54
<para>
53
55
Some systems may have trouble building a specific feature of
54
56
<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>.
57
59
</para>
58
60
</sect1>
59
61
<sect1>
@@ -64,7 +66,7 @@ Features and packages:
64
66
stage of <productname>Postgres</productname> installation.
65
67
</para>
66
68
<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,
68
70
<filename>Makefile.custom</filename>, intended just for that purpose.
69
71
The default distribution does not contain this optional file, so you
70
72
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
348
350
<Title>What are the Drawbacks?</Title>
349
351
350
352
<Para>
351
- There is one evident drawback of using locale - it's speed!
353
+ There is one evident drawback of using locale - its speed!
352
354
So, use locale only if you really need it.
353
355
</para>
354
356
</sect2>
0 commit comments