aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-03-20 16:58:19 -0400
committerBruce Momjian <bruce@momjian.us>2015-03-20 16:58:19 -0400
commitc863c91e3fd6d7a9547bf3f0a4320320a1fd6261 (patch)
tree631105beb99fe8327d29813832070759f43c562e
parent13a10c0ccd984643ef88997ac177da7c4b7e46a6 (diff)
downloadpostgresql-c863c91e3fd6d7a9547bf3f0a4320320a1fd6261.tar.gz
postgresql-c863c91e3fd6d7a9547bf3f0a4320320a1fd6261.zip
doc: add comma for clarity
Patch by Etsuro Fujita
-rw-r--r--doc/src/sgml/ref/create_table.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index 299cce88117..bc6db457a2c 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -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