]> 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:39 +0000 (01:06 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 16 Dec 2003 01:06:39 +0000 (01:06 +0000)
doc/src/sgml/ecpg.sgml

index 27aca4e60eaab1e46dd071ece708e29616c89a95..c4e0540abaecb3024ef03bba371cafde3cbd0acb 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.57 2003/12/01 22:36:40 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.58 2003/12/16 01:06:39 momjian Exp $
 -->
 
 <chapter id="ecpg">
@@ -369,7 +369,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>