Here's a patch that adds some text mentioning that
RESTRICT is not deferrable to the create table reference
page.
Index: doc/src/sgml/ref/create_table.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/ref/create_table.sgml,v
retrieving revision 1.72
diff -c -r1.72 create_table.sgml
*** doc/src/sgml/ref/create_table.sgml  9 Sep 2003 18:28:52 -0000       1.72
--- doc/src/sgml/ref/create_table.sgml  9 Nov 2003 00:54:03 -0000
***************
*** 439,445 ****
          <term><literal>RESTRICT</literal></term>
          <listitem>
           <para>
!           Same as <literal>NO ACTION</literal>.
           </para>
          </listitem>
         </varlistentry>
--- 439,447 ----
          <term><literal>RESTRICT</literal></term>
          <listitem>
           <para>
!           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>
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to