]> granicus.if.org Git - postgresql/commitdiff
doc: add comma for clarity
authorBruce Momjian <bruce@momjian.us>
Fri, 20 Mar 2015 20:58:19 +0000 (16:58 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 20 Mar 2015 20:58:19 +0000 (16:58 -0400)
Patch by Etsuro Fujita

doc/src/sgml/ref/create_table.sgml

index 299cce88117386638b11bb3737b93f62ca566e8f..bc6db457a2c841faa1a4846a809788884c00efb3 100644 (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