Here's a patch that adds some text mentioning that
authorBruce Momjian <bruce@momjian.us>
Wed, 12 Nov 2003 04:08:07 +0000 (04:08 +0000)
committerBruce Momjian <bruce@momjian.us>
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 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.73 2003/11/01 01:56:29 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.74 2003/11/12 04:08:07 momjian Exp $
 PostgreSQL documentation
 -->
 
@@ -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>