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 @@ -240,8 +240,7 @@ EXEC SQL AT <replaceable>connection-name</replaceable> SELECT ...;
240240 <para>
241241 If your application uses multiple threads of execution, they cannot share a
242242 connection concurrently. You must either explicitly control access to the connection
243- (using mutexes) or use a connection for each thread. If each thread uses its own connection,
244- you will need to use the AT clause to specify which connection the thread will use.
243+ (using mutexes) or use a connection for each thread.
245244 </para>
246245
247246 <para>
@@ -251,7 +250,7 @@ EXEC SQL AT <replaceable>connection-name</replaceable> SELECT ...;
251250EXEC SQL SET CONNECTION <replaceable>connection-name</replaceable>;
252251</programlisting>
253252 This option is particularly convenient if many statements are to be
254- executed on the same connection. It is not thread-aware.
253+ executed on the same connection.
255254 </para>
256255
257256 <para>
You can’t perform that action at this time.
0 commit comments