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

Commit8f61184

Browse files
committed
Hi, this doco patch is a quick one to add explicit mention of the need
for the AT clause in threaded ECPG applications.Philip Yarra
1 parent8c4af96 commit8f61184

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.56 2003/11/29 19:51:36 pgsql Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.57 2003/12/01 22:36:40 momjian Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -353,6 +353,13 @@ EXEC SQL AT <replaceable>connection-name</replaceable> SELECT ...;
353353
</programlisting>
354354
This option is particularly suitable if the application needs to
355355
use several connections in mixed order.
356+
</para>
357+
358+
<para>
359+
If your application uses multiple threads of execution, they cannot share a
360+
connection concurrently. You must either explicitly control access to the connection
361+
(using mutexes) or use a connection for each thread. If each thread uses its own connection,
362+
you will need to use the AT clause to specify which connection the thread will use.
356363
</para>
357364

358365
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp