Here's a patch that adds some text mentioning that
authorBruce Momjian
Wed, 12 Nov 2003 04:08:07 +0000 (04:08 +0000)
committerBruce 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

index 099f0263f68d3ce6dbd7c3fef5fcff781f4775ca..7da424100be8428bc57b068337d56433aac9055b 100644 (file)
@@ -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.