Here's a patch that adds some text mentioning that
authorBruce Momjian <bruce@momjian.us>
Wed, 12 Nov 2003 04:08:14 +0000 (04:08 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 12 Nov 2003 04:08:14 +0000 (04:08 +0000)
RESTRICT is not deferrable to the create table reference
page.

Stephan Szabo

doc/src/sgml/ref/create_table.sgml

index e06fbd7331f39fae5f8ff9cc9cd473b5687b1fa4..9e794c2c82f4dc4e88a692e19393b813ed9945e9 100644 (file)
@@ -439,7 +439,9 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
         <term><literal>RESTRICT</literal></term>
         <listitem>
          <para>
-          Same as <literal>NO ACTION</literal>.
+          Same as <literal>NO ACTION</literal> except that this action
+          will not be deferred even if the rest of the constraint is
+          deferrable and deferred.
          </para>
         </listitem>
        </varlistentry>