diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/libpq.sgml | 9 |
3 files changed, 9 insertions, 8 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index d1d36db188d..702aab0eda4 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.44 2003/06/15 04:07:58 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.45 2003/07/23 17:27:28 momjian Exp $ --> <chapter id="ecpg"> @@ -751,7 +751,7 @@ EXEC SQL INCLUDE <replaceable>filename</replaceable>; <para> <application>ecpg</application> is thread-safe if it is compiled using - the <literal>--with-threads</> <filename>configure</filename> + the <literal>--enable-thread-safeness</> <filename>configure</filename> command-line option. (You might need to use other threading command-line options to compile your client code.) </para> diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index e5d78e7ad83..0d2af9aba1f 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.135 2003/06/15 04:07:58 momjian Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.136 2003/07/23 17:27:28 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -915,7 +915,7 @@ JAVACMD=$JAVA_HOME/bin/java </varlistentry> <varlistentry> - <term><option>--with-threads</option></term> + <term><option>--enable-thread-safeness</option></term> <listitem> <para> Allow separate libpq and ecpg threads to safely control their diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index ce70d6eb6be..fa2db652b26 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.127 2003/06/27 19:08:37 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.128 2003/07/23 17:27:28 momjian Exp $ --> <chapter id="libpq"> @@ -3268,9 +3268,10 @@ If the permissions are less strict than this, the file will be ignored. <para> <application>libpq</application> is thread-safe if the library is -compiled using <filename>configure</filename>'s <literal>--with-threads</> -command-line option. (In addition, you might need to -use other threading command-line options to compile your client code.) +compiled using <filename>configure</filename>'s +<literal>--enable-thread-safeness</> command-line option. +(In addition, you might need to use other threading command-line +options to compile your client code.) </para> <para> |