doc: add comma for clarity

Patch by Etsuro Fujita
This commit is contained in:
Bruce Momjian 2015-03-20 16:58:19 -04:00
parent 13a10c0ccd
commit c863c91e3f
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI
Boolean result which new or updated rows must satisfy for an
insert or update operation to succeed. Expressions evaluating
to TRUE or UNKNOWN succeed. Should any row of an insert or
update operation produce a FALSE result an error exception is
update operation produce a FALSE result, an error exception is
raised and the insert or update does not alter the database. A
check constraint specified as a column constraint should
reference that column's value only, while an expression