8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dbd64 commit 39d66b5Copy full SHA for 39d66b5
doc/src/sgml/ecpg.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<chapter id="ecpg">
@@ -369,7 +369,7 @@ EXEC SQL 60ED AT <replaceable>connection-name</replaceable> SELECT ...;
369
EXEC SQL SET CONNECTION <replaceable>connection-name</replaceable>;
370
</programlisting>
371
This option is particularly convenient if many statements are to be
372
- executed on the same connection.
+ executed on the same connection. It is not thread-aware.
373
</para>
374
</sect1>
375
0 commit comments