diff options
Diffstat (limited to 'doc/src/sgml/ref/create_table.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index dc688c415fa..087cad184c0 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -914,7 +914,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM one or more columns on which the uniqueness is not enforced. Note that although the constraint is not enforced on the included columns, it still depends on them. Consequently, some operations on these columns - (e.g. <literal>DROP COLUMN</literal>) can cause cascaded constraint and + (e.g., <literal>DROP COLUMN</literal>) can cause cascaded constraint and index deletion. </para> </listitem> @@ -960,7 +960,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM of columns to be specified which will be included in the non-key portion of the index. Although uniqueness is not enforced on the included columns, the constraint still depends on them. Consequently, some operations on the - included columns (e.g. <literal>DROP COLUMN</literal>) can cause cascaded + included columns (e.g., <literal>DROP COLUMN</literal>) can cause cascaded constraint and index deletion. </para> </listitem> |