From: Bruce Momjian Date: Mon, 30 Nov 2009 14:47:37 +0000 (+0000) Subject: Properly indent SGML. X-Git-Tag: REL9_0_0~1387 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=be64b3edd11ac6f19ed45fcbd873d917af427acc;p=pg-rex%2Fsyncrep.git Properly indent SGML. --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 34989f1dfa..1b79c29f6e 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,4 +1,4 @@ - + <application>ECPG</application> - Embedded <acronym>SQL</acronym> in C @@ -352,13 +352,13 @@ EXEC SQL AT connection-name SELECT ...; This option is particularly suitable if the application needs to use several connections in mixed order. - + - - If your application uses multiple threads of execution, they cannot share a - connection concurrently. You must either explicitly control access to the connection - (using mutexes) or use a connection for each thread. If each thread uses its own connection, - you will need to use the AT clause to specify which connection the thread will use. + + If your application uses multiple threads of execution, they cannot share a + connection concurrently. You must either explicitly control access to the connection + (using mutexes) or use a connection for each thread. If each thread uses its own connection, + you will need to use the AT clause to specify which connection the thread will use.