projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a10c0
)
doc: add comma for clarity
author
Bruce Momjian
<
[email protected]
>
Fri, 20 Mar 2015 20:58:19 +0000
(16:58 -0400)
committer
Bruce Momjian
<
[email protected]
>
Fri, 20 Mar 2015 20:58:19 +0000
(16:58 -0400)
Patch by Etsuro Fujita
doc/src/sgml/ref/create_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_table.sgml
b/doc/src/sgml/ref/create_table.sgml
index 299cce88117386638b11bb3737b93f62ca566e8f..bc6db457a2c841faa1a4846a809788884c00efb3 100644
(file)
--- 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