File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change 65
65
<para>
66
66
Number of bits generated for each index column. Each parameter's name
67
67
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.
70
70
</para>
71
71
</listitem>
72
72
</varlistentry>
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
222
222
223
223
<para>
224
224
<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
226
226
<literal>NULL</literal> value for the column. Ordinarily this is
227
227
checked during the <literal>ALTER TABLE</literal> by scanning the
228
228
entire table; however, if a valid <literal>CHECK</literal> constraint is
You can’t perform that action at this time.
0 commit comments