]> granicus.if.org Git - postgresql/commitdiff
Mention ecpg SET CONNECTION is not thread-aware.
authorBruce Momjian <bruce@momjian.us>
Tue, 16 Dec 2003 01:06:51 +0000 (01:06 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 16 Dec 2003 01:06:51 +0000 (01:06 +0000)
doc/src/sgml/ecpg.sgml

index 5c683576056799c6ff2cc5da866e1f63dcb85b9e..cd61a5021f5a763eb71e628b3bcabb8ee49800ca 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.53.2.1 2003/11/12 20:05:14 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.53.2.2 2003/12/16 01:06:51 momjian Exp $
 -->
 
 <chapter id="ecpg">
@@ -362,7 +362,7 @@ EXEC SQL AT <replaceable>connection-name</replaceable> SELECT ...;
 EXEC SQL SET CONNECTION <replaceable>connection-name</replaceable>;
 </programlisting>
    This option is particularly convenient if many statements are to be
-   executed on the same connection.
+   executed on the same connection.  It is not thread-aware.
   </para>
  </sect1>