提交 dd102d36 编写于 作者: B Bruce Momjian

Wording cleanup.

上级 ccc0a132
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.66 2005/09/25 03:06:41 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.67 2005/09/25 03:12:13 momjian Exp $
--> -->
<chapter id="ecpg"> <chapter id="ecpg">
...@@ -1609,9 +1609,10 @@ ECPG = ecpg ...@@ -1609,9 +1609,10 @@ ECPG = ecpg
</para> </para>
<note> <note>
<para> <para>
On Win32, if the <application>ecpg</> libraries and application are compiled with On Win32, if the <application>ecpg</> libraries and an application are
different flags, this function call will crash the application because the compiled with different flags, this function call will crash the
internal representation of the <literal>FILE</> pointers differ. application because the internal representation of the
<literal>FILE</> pointers differ.
</para> </para>
</note> </note>
</listitem> </listitem>
......
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.190 2005/09/25 03:06:41 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.191 2005/09/25 03:12:13 momjian Exp $
--> -->
<chapter id="libpq"> <chapter id="libpq">
...@@ -3517,9 +3517,10 @@ void PQtrace(PGconn *conn, FILE *stream); ...@@ -3517,9 +3517,10 @@ void PQtrace(PGconn *conn, FILE *stream);
</para> </para>
<note> <note>
<para> <para>
On Win32, if the <application>libpq</> library and application are compiled with On Win32, if the <application>libpq</> library and an application are
different flags, this function call will crash the application because the compiled with different flags, this function call will crash the
internal representation of the <literal>FILE</> pointers differ. application because the internal representation of the <literal>FILE</>
pointers differ.
</para> </para>
</note> </note>
</listitem> </listitem>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册