projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6dbd64
)
Mention ecpg SET CONNECTION is not thread-aware.
author
Bruce Momjian
Tue, 16 Dec 2003 01:06:39 +0000
(
01:06
+0000)
committer
Bruce Momjian
Tue, 16 Dec 2003 01:06:39 +0000
(
01:06
+0000)
doc/src/sgml/ecpg.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ecpg.sgml
b/doc/src/sgml/ecpg.sgml
index 27aca4e60eaab1e46dd071ece708e29616c89a95..c4e0540abaecb3024ef03bba371cafde3cbd0acb 100644
(file)
--- 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.