doc: Fix more typos
authorPeter Eisentraut
Wed, 4 May 2016 18:07:00 +0000 (14:07 -0400)
committerPeter Eisentraut
Wed, 4 May 2016 18:07:24 +0000 (14:07 -0400)
From: Alexander Law 

doc/src/sgml/ecpg.sgml
doc/src/sgml/pg_xlogdump.sgml

index 5d3eef09fe718abdc8a8f527780716946f0a5810..46ab0f3b51364485688bb3f664878e0335a9fe95 100644 (file)
@@ -6188,7 +6188,7 @@ cc -c test_mod.c -o test_mod.o
 
    
     Next, generate test_cpp.o by compiling
-    test_cpp.cpp with the C++ compiler:.
+    test_cpp.cpp with the C++ compiler:
 
 c++ -c test_cpp.cpp -o test_cpp.o
 
@@ -6294,9 +6294,9 @@ EXEC SQL ALLOCATE DESCRIPTOR mydesc;
 
    
 
-CONNECT TO connection_target [ AS connection_name ] [ USER connection_user_name ]
+CONNECT TO connection_target [ AS connection_name ] [ USER connection_user ]
 CONNECT TO DEFAULT
-CONNECT connection_user_name
+CONNECT connection_user
 DATABASE connection_target
 
    
@@ -7828,7 +7828,7 @@ main(void)
    this mode is active, it tries to behave as if it were the Informix
    precompiler for Informix E/SQL. Generally spoken this will allow you to use
    the dollar sign instead of the EXEC SQL primitive to introduce
-   embedded SQL commands.:
+   embedded SQL commands:
 
 $int j = 3;
 $CONNECT TO :dbname;
@@ -7900,7 +7900,7 @@ EXEC SQL FETCH MYCUR INTO :userid;
       
        
         This statement closes the current connection. In fact, this is a
-        synonym for ECPG's DISCONNECT CURRENT.:
+        synonym for ECPG's DISCONNECT CURRENT:
 
 $CLOSE DATABASE;                /* close the current connection */
 EXEC SQL CLOSE DATABASE;
index 0f291413428830c226c8bac54a725a4dd0cad0f2..4d3dc5e9a5393c12233766aad4748013fc723672 100644 (file)
@@ -138,7 +138,7 @@ PostgreSQL documentation
 
      
       
-      
+      
       
        
         Timeline from which to read log records. The default is to use the