Wording cleanup.
authorBruce Momjian
Sun, 25 Sep 2005 03:12:13 +0000 (03:12 +0000)
committerBruce Momjian
Sun, 25 Sep 2005 03:12:13 +0000 (03:12 +0000)
doc/src/sgml/ecpg.sgml
doc/src/sgml/libpq.sgml

index 8e6168cbdb0daceaa767eaac88520383f1d6eed5..0882c5ad6424f97b544623637b6ced28b2e7db54 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -1609,9 +1609,10 @@ ECPG = ecpg
     
     
     
-    On Win32, if the ecpg libraries and application are compiled with
-    different flags, this function call will crash the application because the
-    internal representation of the FILE pointers differ.
+    On Win32, if the ecpg libraries and an application are
+    compiled with different flags, this function call will crash the 
+    application because the internal representation of the 
+    FILE pointers differ.
     
     
    
index c788386f6a6a9c8c073f51b65d31b1c096a714e7..c72eb298ff6cf3541f59bab9c7a75b5dde8426d7 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -3517,9 +3517,10 @@ void PQtrace(PGconn *conn, FILE *stream);
 
 
 
-On Win32, if the libpq library and application are compiled with
-different flags, this function call will crash the application because the
-internal representation of the FILE pointers differ.
+On Win32, if the libpq library and an application are
+compiled with different flags, this function call will crash the 
+application because the internal representation of the FILE 
+pointers differ.