File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -238,8 +238,7 @@ EXEC SQL AT <replaceable>connection-name</replaceable> SELECT ...;
238
238
<para>
239
239
If your application uses multiple threads of execution, they cannot share a
240
240
connection concurrently. You must either explicitly control access to the connection
241
- (using mutexes) or use a connection for each thread. If each thread uses its own connection,
242
- you will need to use the AT clause to specify which connection the thread will use.
241
+ (using mutexes) or use a connection for each thread.
243
242
</para>
244
243
245
244
<para>
@@ -249,7 +248,7 @@ EXEC SQL AT <replaceable>connection-name</replaceable> SELECT ...;
249
248
EXEC SQL SET CONNECTION <replaceable>connection-name</replaceable>;
250
249
</programlisting>
251
250
This option is particularly convenient if many statements are to be
252
- executed on the same connection. It is not thread-aware.
251
+ executed on the same connection.
253
252
</para>
254
253
255
254
<para>
You can’t perform that action at this time.
0 commit comments