From 39d66b54946a2f66b60d511f1387e79eb06af292 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 16 Dec 2003 01:06:39 +0000 Subject: [PATCH] Mention ecpg SET CONNECTION is not thread-aware. --- doc/src/sgml/ecpg.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.40.0