doc: Fix typos and other minor issues
authorPeter Eisentraut
Sat, 2 Sep 2017 03:34:12 +0000 (23:34 -0400)
committerPeter Eisentraut
Sat, 2 Sep 2017 03:34:12 +0000 (23:34 -0400)
Author: Alexander Lakhin 

doc/src/sgml/catalogs.sgml
doc/src/sgml/event-trigger.sgml
doc/src/sgml/indexam.sgml
doc/src/sgml/logicaldecoding.sgml
doc/src/sgml/perform.sgml
doc/src/sgml/ref/alter_sequence.sgml
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/copy.sgml
doc/src/sgml/ref/create_sequence.sgml
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/release-10.sgml

index ef7054cf26849a752e008da2d0b5a437affacdd3..3126990f4d70d0ab23981459aea4cb32759b6447 100644 (file)
@@ -5385,7 +5385,7 @@ SCRAM-SHA-256$<iteration count>:<salt><
 
      
       pubname
-      Name
+      name
       
       Name of the publication
      
index 3ed14f08c0f024e434a37da42d7b88aa31ca707c..c7b880d7c9c23aeefc2bcdb0c71f0345d1e65eb1 100644 (file)
         X
         -
         -
+        
        
        
         CREATE USER MAPPING
index ac512588e24ce904414d8ae490a0a92a41b06f0c..aa3d371d2e3de8263d43ab19adeb5eb367f1d69c 100644 (file)
@@ -559,7 +559,7 @@ amgettuple (IndexScanDesc scan,
    a HeapTuple pointer stored at scan->xs_hitup,
    with tuple descriptor scan->xs_hitupdesc.  (The latter
    format should be used when reconstructing data that might possibly not fit
-   into an IndexTuple.)  In either case,
+   into an IndexTuple.)  In either case,
    management of the data referenced by the pointer is the access method's
    responsibility.  The data must remain good at least until the next
    amgettuple, amrescan, or amendscan
index f8142518c1571adc03d8c0a8fcb9ff2036f19ec9..35ac5abbe5e699f1e745926a4ae227cb207f2506 100644 (file)
@@ -345,7 +345,7 @@ $ pg_recvlogical -d postgres --slot test --drop-slot
    
     The pg_replication_slots
     view and the
-    monitoring-stats-views-table">pg_stat_replication
+    pg-stat-replication-view">pg_stat_replication
     view provide information about the current state of replication slots and
     streaming replication connections respectively. These views apply to both physical and
     logical replication.
index 924f6091ba99cef7e9d7a3b0b4e64db18f64bdf1..134632865338347fa51938355c84ca73b1a89bdc 100644 (file)
@@ -1840,7 +1840,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
      
       
        Increase  and 
-       linkend="guc-checkpoint-timeout"> ; this reduces the frequency
+       linkend="guc-checkpoint-timeout">; this reduces the frequency
        of checkpoints, but increases the storage requirements of
        /pg_wal.
       
index 3a04d07ecc76515356845b5effe12a5bc1e245fd..190c8d64855e750166c67a1b2d95d4977fd3e44d 100644 (file)
@@ -89,7 +89,7 @@ ALTER SEQUENCE [ IF EXISTS ] name S
         The optional
         clause AS data_type
         changes the data type of the sequence.  Valid types are
-        are smallintinteger,
+        smallintinteger,
         and bigint.
        
 
index 69600321e60a61e9305884b48d9b811ec9be9930..dae63077eedf69e2ed2723e25f11da231e5e9401 100644 (file)
@@ -620,8 +620,8 @@ ALTER TABLE [ IF EXISTS ] name
       SHARE UPDATE EXCLUSIVE lock will be taken for
       fillfactor and autovacuum storage parameters, as well as the
       following planner related parameters:
-      effective_io_concurrency, parallel_workers, seq_page_cost
-      random_page_cost, n_distinct and n_distinct_inherited.
+      effective_io_concurrency, parallel_workers, seq_page_cost,
+      random_page_cost, n_distinct and n_distinct_inherited.
      
 
      
index 8de1150dfb29208c8a7f4717b3d3bd85672349b3..732efe69e662e047c94c2fe576b6d340c29ea2e6 100644 (file)
@@ -482,7 +482,7 @@ COPY count
    
     For identity columns, the COPY FROM command will always
     write the column values provided in the input data, like
-    the INPUT option OVERRIDING SYSTEM
+    the INSERT option OVERRIDING SYSTEM
     VALUE.
    
 
index f1448e7ab3c7bcaf2d7706d8be59b6a63399293f..2af8c8d23e3632d35cc71fd3701d2234b3fb60ad 100644 (file)
@@ -119,7 +119,7 @@ SELECT * FROM name;
       The optional
       clause AS data_type
       specifies the data type of the sequence.  Valid types are
-      are smallintinteger,
+      smallintinteger,
       and bigint.  bigint is the
       default.  The data type determines the default minimum and maximum
       values of the sequence.
index e9c2c49533e2e8c36290d5429ab3e52a6061ddf6..a6ca590249976234e03b3c648c1cc85eaa962930 100644 (file)
@@ -473,8 +473,8 @@ FROM ( { numeric_literal | 
       partitioned table.  The parenthesized list of
       columns or expressions forms the partition key
       for the table.  When using range partitioning, the partition key can
-      include multiple columns or expressions (up to 32, but this limit can
-      altered when building PostgreSQL.), but for
+      include multiple columns or expressions (up to 32, but this limit can be
+      altered when building PostgreSQL), but for
       list partitioning, the partition key must consist of a single column or
       expression.  If no B-tree operator class is specified when creating a
       partitioned table, the default B-tree operator class for the datatype will
index f439869613990cac4eae600cb541bd38e09893df..1a9110614d554035ae443f8da766b3aabdd21d10 100644 (file)
 -->
       
        Overhaul documentation build
-       process (Alexander Lakhin, Alexander Law)
+       process (Alexander Lakhin)
       
      
 
       
 
       
-       Previously Jade, DSSSL, and
+       Previously Jade, DSSSL, and
        JadeTex were used.