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

index 09cbf0131238ce11d07d58fc77c253e63515d1a6..f79612a429f722c85b827008942a77d8e0720a4c 100644 (file)
@@ -532,10 +532,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 23536fd7e9d10671952c6a40395ebf3108a02851..9382323bda892721605dc6ba9d4831f6e2b2d1b3 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 8251603c759b9fedc6ee746bd55e387658445db1..ebefe0f6b1c6d98b17a5d1e4027e1af6a35dcd50 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.