diff options
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 9 | ||||
-rw-r--r-- | doc/src/sgml/libpq.sgml | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 8e6168cbdb0..0882c5ad642 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ <!-- -$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"> @@ -1609,9 +1609,10 @@ ECPG = ecpg </para> <note> <para> - On Win32, if the <application>ecpg</> libraries and application are compiled with - different flags, this function call will crash the application because the - internal representation of the <literal>FILE</> pointers differ. + On Win32, if the <application>ecpg</> libraries and an application are + compiled with different flags, this function call will crash the + application because the internal representation of the + <literal>FILE</> pointers differ. </para> </note> </listitem> diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index c788386f6a6..c72eb298ff6 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ <!-- -$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"> @@ -3517,9 +3517,10 @@ void PQtrace(PGconn *conn, FILE *stream); </para> <note> <para> -On Win32, if the <application>libpq</> library and application are compiled with -different flags, this function call will crash the application because the -internal representation of the <literal>FILE</> pointers differ. +On Win32, if the <application>libpq</> library and an application are +compiled with different flags, this function call will crash the +application because the internal representation of the <literal>FILE</> +pointers differ. </para> </note> </listitem> |