mirror of
https://github.com/postgres/postgres.git
synced 2025-05-20 00:03:14 -04:00
Mention ecpg SET CONNECTION is not thread-aware.
This commit is contained in:
parent
a6dbd64947
commit
39d66b5494
@ -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">
|
<chapter id="ecpg">
|
||||||
@ -369,7 +369,7 @@ EXEC SQL AT <replaceable>connection-name</replaceable> SELECT ...;
|
|||||||
EXEC SQL SET CONNECTION <replaceable>connection-name</replaceable>;
|
EXEC SQL SET CONNECTION <replaceable>connection-name</replaceable>;
|
||||||
</programlisting>
|
</programlisting>
|
||||||
This option is particularly convenient if many statements are to be
|
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>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user