aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2020-02-10 08:34:43 +0530
committerAmit Kapila <akapila@postgresql.org>2020-02-10 08:43:52 +0530
commita6a8616dad9faa824401a3c420775a8f400df432 (patch)
tree1f8bb30dfa8772b2aab1843d548e2c0d7a7e510a
parent770eca3adfe49bb531bfcba39e8061ce7f8fc534 (diff)
downloadpostgresql-a6a8616dad9faa824401a3c420775a8f400df432.tar.gz
postgresql-a6a8616dad9faa824401a3c420775a8f400df432.zip
doc: Spell checking
Reported-by: Justin Pryzby Author: Justin Pryzby Backpatch-through: 9.6 Discussion: https://postgr.es/m/20200206021432.GA24549@telsasoft.com
-rw-r--r--doc/src/sgml/bloom.sgml4
-rw-r--r--doc/src/sgml/ref/alter_table.sgml2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/bloom.sgml b/doc/src/sgml/bloom.sgml
index 6eeaddee093..fa59d0a5da4 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 00ee5a0a1ef..448cd50365a 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -220,7 +220,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