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

Commitbe64b3e

Browse files
committed
Properly indent SGML.
1 parent67ec9ad commitbe64b3e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.91 2009/09/18 13:13:32 meskes Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.92 2009/11/30 14:47:37 momjian Exp $ -->
22

33
<chapter id="ecpg">
44
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
@@ -352,13 +352,13 @@ EXEC SQL AT <replaceable>connection-name</replaceable> SELECT ...;
352352
</programlisting>
353353
This option is particularly suitable if the application needs to
354354
use several connections in mixed order.
355-
</para>
355+
</para>
356356

357-
<para>
358-
If your application uses multiple threads of execution, they cannot share a
359-
connection concurrently. You must either explicitly control access to the connection
360-
(using mutexes) or use a connection for each thread. If each thread uses its own connection,
361-
you will need to use the AT clause to specify which connection the thread will use.
357+
<para>
358+
If your application uses multiple threads of execution, they cannot share a
359+
connection concurrently. You must either explicitly control access to the connection
360+
(using mutexes) or use a connection for each thread. If each thread uses its own connection,
361+
you will need to use the AT clause to specify which connection the thread will use.
362362
</para>
363363

364364
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp