We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a10c0 commit c863c91Copy full SHA for c863c91
doc/src/sgml/ref/create_table.sgml
@@ -423,7 +423,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
423
Boolean result which new or updated rows must satisfy for an
424
insert or update operation to succeed. Expressions evaluating
425
to TRUE or UNKNOWN succeed. Should any row of an insert or
426
- update operation produce a FALSE result an error exception is
+ update operation produce a FALSE result, an error exception is
427
raised and the insert or update does not alter the database. A
428
check constraint specified as a column constraint should
429
reference that column's value only, while an expression
0 commit comments