doc: Spell checking
authorAmit Kapila
Mon, 10 Feb 2020 03:04:43 +0000 (08:34 +0530)
committerAmit Kapila
Mon, 10 Feb 2020 03:04:43 +0000 (08:34 +0530)
Reported-by: Justin Pryzby
Author: Justin Pryzby
Backpatch-through: 9.6
Discussion: https://postgr.es/m/20200206021432[email protected]

doc/src/sgml/bloom.sgml
doc/src/sgml/ref/alter_table.sgml

index 6eeaddee093122f2f3d42b99664d017a5565a04c..fa59d0a5da4c10077deb43b124d5817e05c96784 100644 (file)
@@ -65,8 +65,8 @@
      
       Number of bits generated for each index column. Each parameter's name
       refers to the number of the index column that it controls.  The default
-      is 2 bits and maximum is 4095.  Parameters for
-      index columns not actually used are ignored.
+      is 2 bits and the maximum is 4095.
+      Parameters for index columns not actually used are ignored.
      
     
    
index 81e106033faf1ad8b7cf453ed7dbb9fa0fb2a707..e4861964774210fc4f3b36faf309f795ccae9a3b 100644 (file)
@@ -222,7 +222,7 @@ WITH ( MODULUS numeric_literal, REM
 
      
       SET NOT NULL may only be applied to a column
-      providing none of the records in the table contain a
+      provided none of the records in the table contain a
       NULL value for the column.  Ordinarily this is
       checked during the ALTER TABLE by scanning the
       entire table; however, if a valid CHECK constraint is