diff options
Diffstat (limited to 'doc/src/sgml/ecpg.sgml')
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 4 |
1 files changed, 2 insertions, 2 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> |