From: Bruce Momjian Date: Tue, 16 Dec 2003 01:06:39 +0000 (+0000) Subject: Mention ecpg SET CONNECTION is not thread-aware. X-Git-Tag: REL8_0_0BETA1~1518 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39d66b54946a2f66b60d511f1387e79eb06af292;p=postgresql Mention ecpg SET CONNECTION is not thread-aware. --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 27aca4e60e..c4e0540aba 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -369,7 +369,7 @@ EXEC SQL AT connection-name SELECT ...; EXEC SQL SET CONNECTION connection-name; 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.