|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.315 2008/11/24 11:59:37 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.316 2008/12/01 08:24:19 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]>
|
@@ -2773,7 +2773,7 @@ MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr
|
2773 | 2773 | If you use the <command>configure</command>
|
2774 | 2774 | option <option>--enable-thread-safety</option>,
|
2775 | 2775 | you <emphasis>must</emphasis> use <option>-Kpthread</option>
|
2776 |
| - on <emphasis>all</emphasis>libpqiusing programs. libpq |
| 2776 | + on <emphasis>all</emphasis>libpq-using programs. libpq |
2777 | 2777 | uses <function>pthread_*</function> calls, which are only
|
2778 | 2778 | available with the
|
2779 | 2779 | <option>-Kpthread</>/<option>-Kthread</> flag.
|
|