diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-12-16 01:06:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-12-16 01:06:39 +0000 |
commit | 39d66b54946a2f66b60d511f1387e79eb06af292 (patch) | |
tree | 8190957e7e7b499c13803486d635fff188a75660 | |
parent | a6dbd649470ac72c404d039e56b3554eef0c78bd (diff) | |
download | postgresql-39d66b54946a2f66b60d511f1387e79eb06af292.tar.gz postgresql-39d66b54946a2f66b60d511f1387e79eb06af292.zip |
Mention ecpg SET CONNECTION is not thread-aware.
-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 27aca4e60ea..c4e0540abae 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -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> |