diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2008-12-01 08:24:19 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2008-12-01 08:24:19 +0000 |
commit | d653d47f37574d6c306df0da0b90340c61a2a42e (patch) | |
tree | 844e4399013a2db23364901cb9f3f394076a7d14 | |
parent | cf407f164ea9246ba37866dda6e43f94d65e86f5 (diff) | |
download | postgresql-d653d47f37574d6c306df0da0b90340c61a2a42e.tar.gz postgresql-d653d47f37574d6c306df0da0b90340c61a2a42e.zip |
typo
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index c87bd3a4771..a72508a86ab 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.315 2008/11/24 11:59:37 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.316 2008/12/01 08:24:19 petere Exp $ --> <chapter id="installation"> <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 If you use the <command>configure</command> option <option>--enable-thread-safety</option>, you <emphasis>must</emphasis> use <option>-Kpthread</option> - on <emphasis>all</emphasis> libpqiusing programs. libpq + on <emphasis>all</emphasis> libpq-using programs. libpq uses <function>pthread_*</function> calls, which are only available with the <option>-Kpthread</>/<option>-Kthread</> flag. |