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:58 +0000 (23:46 -0400)
doc/src/sgml/config.sgml
doc/src/sgml/ecpg.sgml
doc/src/sgml/high-availability.sgml

index 0dcfdf78595a54d568215bff5aa060e7f2ccf9ef..0611104dfce33d482ad3dbbc68ad59c8434721e2 100644 (file)
@@ -365,10 +365,10 @@ include 'filename'
       
       
        
-         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 46ab0f3b51364485688bb3f664878e0335a9fe95..fcbbaef2fed748a92e9ed8fbf8f082f3b352dce3 100644 (file)
@@ -1160,7 +1160,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 66c6b6114451a8d976db8a76b676a60d3320d7e1..c01f83a94606328e4b893736348b01f1690a9475 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.