doc: Fix a few typos and awkward links
authorPeter Eisentraut
Sun, 19 Mar 2017 03:44:30 +0000 (23:44 -0400)
committerPeter Eisentraut
Sun, 19 Mar 2017 03:46:46 +0000 (23:46 -0400)
doc/src/sgml/config.sgml
doc/src/sgml/ecpg.sgml
doc/src/sgml/high-availability.sgml

index f4f5873f4424c950ca6fceea9d9d62d742468a28..5c580e60dfce23c90b752ca77de7081f2a18129c 100644 (file)
@@ -524,10 +524,10 @@ include_dir 'conf.d'
       
       
        
-         Specifies the configuration file for
-          user name mapping
+         Specifies the configuration file for user name mapping
          (customarily called pg_ident.conf).
          This parameter can only be set at server start.
+         See also .
        
       
      
index d8dd031e49381d515a46f53a6f3ddfd74c5627f7..bf2cf112924d49d912301bda6e13ebb3da3e1e61 100644 (file)
@@ -1162,7 +1162,7 @@ EXEC SQL END DECLARE SECTION;
       There are two use cases for arrays as host variables.  The first
       is a way to store some text string in char[]
       or VARCHAR[], as
-      explained .  The second use case is to
+      explained in .  The second use case is to
       retrieve multiple rows from a query result without using a
       cursor.  Without an array, to process a query result consisting
       of multiple rows, it is required to use a cursor and
index 64b91b28406c6f57c6011d1a8037b976fef4b07a..6a7dde3bb63d947125f999b3a68455e8bee8f23b 100644 (file)
@@ -207,7 +207,7 @@ protocol to make nodes agree on a serializable transactional order.
      middleware.  Care must also be taken that all
      transactions either commit or abort on all servers, perhaps
      using two-phase commit (
-     and .
+     and ).
      Pgpool-II and Continuent Tungsten
      are examples of this type of replication.