mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
doc: Spell checking
Reported-by: Justin Pryzby Author: Justin Pryzby Backpatch-through: 9.6 Discussion: https://postgr.es/m/20200206021432.GA24549@telsasoft.com
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user