diff options
author | Amit Kapila | 2020-02-10 03:04:43 +0000 |
---|---|---|
committer | Amit Kapila | 2020-02-10 03:04:43 +0000 |
commit | 77a00b809a03fbc80957815bbd9092aa9a7748e3 (patch) | |
tree | 1b2ee4da3b9b9fb68b5c8def32a81898a7aa37b2 | |
parent | d1c0b6132839e496eea73383813a127833af72f1 (diff) |
doc: Spell checking
Reported-by: Justin Pryzby
Author: Justin Pryzby
Backpatch-through: 9.6
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/bloom.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/bloom.sgml b/doc/src/sgml/bloom.sgml index 6eeaddee09..fa59d0a5da 100644 --- a/doc/src/sgml/bloom.sgml +++ b/doc/src/sgml/bloom.sgml @@ -65,8 +65,8 @@ <para> 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 <literal>2</literal> bits and maximum is <literal>4095</literal>. Parameters for - index columns not actually used are ignored. + is <literal>2</literal> bits and the maximum is <literal>4095</literal>. + Parameters for index columns not actually used are ignored. </para> </listitem> </varlistentry> diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 81e106033f..e486196477 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -222,7 +222,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM <para> <literal>SET NOT NULL</literal> 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 <literal>NULL</literal> value for the column. Ordinarily this is checked during the <literal>ALTER TABLE</literal> by scanning the entire table; however, if a valid <literal>CHECK</literal> constraint is |