Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 77a00b8

Browse filesBrowse files
author
Amit Kapila
committed
doc: Spell checking
Reported-by: Justin Pryzby Author: Justin Pryzby Backpatch-through: 9.6 Discussion: https://postgr.es/m/20200206021432.GA24549@telsasoft.com
1 parent d1c0b61 commit 77a00b8
Copy full SHA for 77a00b8

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎doc/src/sgml/bloom.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/bloom.sgml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
<para>
6666
Number of bits generated for each index column. Each parameter's name
6767
refers to the number of the index column that it controls. The default
68-
is <literal>2</literal> bits and maximum is <literal>4095</literal>. Parameters for
69-
index columns not actually used are ignored.
68+
is <literal>2</literal> bits and the maximum is <literal>4095</literal>.
69+
Parameters for index columns not actually used are ignored.
7070
</para>
7171
</listitem>
7272
</varlistentry>

‎doc/src/sgml/ref/alter_table.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/ref/alter_table.sgml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
222222

223223
<para>
224224
<literal>SET NOT NULL</literal> may only be applied to a column
225-
providing none of the records in the table contain a
225+
provided none of the records in the table contain a
226226
<literal>NULL</literal> value for the column. Ordinarily this is
227227
checked during the <literal>ALTER TABLE</literal> by scanning the
228228
entire table; however, if a valid <literal>CHECK</literal> constraint is

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.