From: Bruce Momjian Date: Tue, 16 Dec 2003 01:06:51 +0000 (+0000) Subject: Mention ecpg SET CONNECTION is not thread-aware. X-Git-Tag: REL7_4_1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=009e072a3e59447ff5072dbcb68a052d0a35fac1;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 5c68357605..cd61a5021f 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -362,7 +362,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.