Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39d66b5

Browse files
committed
Mention ecpg SET CONNECTION is not thread-aware.
1 parenta6dbd64 commit39d66b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.57 2003/12/01 22:36:40 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.58 2003/12/16 01:06:39 momjian Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -369,7 +369,7 @@ EXEC SQL AT <replaceable>connection-name</replaceable> SELECT ...;
369369
EXEC SQL SET CONNECTION <replaceable>connection-name</replaceable>;
370370
</programlisting>
371371
This option is particularly convenient if many statements are to be
372-
executed on the same connection.
372+
executed on the same connection. It is not thread-aware.
373373
</para>
374374
</sect1>
375375

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp