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

index 0f09d82d65002d55cf343da17885d8f1592b4026..8c0bb1f6a207b8029bd62a9c52dfa40762b1645b 100644 (file)
@@ -877,7 +877,7 @@ SELECT pg_start_backup('label', false, false);
      pg_dump or
      pg_dumpall).  It is neither
      necessary nor desirable to stop normal operation of the database
-     while you do this. See section
+     while you do this. See
       for things to
      consider during this backup.
     
@@ -987,7 +987,7 @@ SELECT pg_start_backup('label', true);
      pg_dump or
      pg_dumpall).  It is neither
      necessary nor desirable to stop normal operation of the database
-     while you do this. See section
+     while you do this. See
       for things to
      consider during this backup.
     
index 7c56a5701bc1d12c20185e265f97e5d8ebee4cb1..fc15b33ba478ca488bec58ad71da881e43e0a101 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 a30e25cfa088797a275ee08634ff0ee4c2dbfb4a..cb9ab34dbfdb50a6e552256607f859178c5ec0d3 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 05b65911b07e75edd399555039db78df5a5e2058..a1960299c0014bf87b8bcaf7e2397583bf58e6ec 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.