projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f719f0f
)
Here's a patch that adds some text mentioning that
author
Bruce Momjian
Wed, 12 Nov 2003 04:08:07 +0000
(
04:08
+0000)
committer
Bruce Momjian
Wed, 12 Nov 2003 04:08:07 +0000
(
04:08
+0000)
RESTRICT is not deferrable to the create table reference
page.
Stephan Szabo
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 099f0263f68d3ce6dbd7c3fef5fcff781f4775ca..7da424100be8428bc57b068337d56433aac9055b 100644
(file)
--- a/
doc/src/sgml/ref/create_table.sgml
+++ b/
doc/src/sgml/ref/create_table.sgml
@@
-1,5
+1,5
@@
@@
-439,7
+439,9
@@
and
table_constraint
is:
RESTRICT
- Same as
NO ACTION
.
+ Same as
NO ACTION
except that this action
+ will not be deferred even if the rest of the constraint is
+ deferrable and deferred.