We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f719f0f commit 4bcd3b4Copy full SHA for 4bcd3b4
doc/src/sgml/ref/create_table.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
PostgreSQL documentation
4
-->
5
@@ -439,7 +439,9 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
439
<term><literal>RESTRICT</literal></term>
440
<listitem>
441
<para>
442
- Same as <literal>NO ACTION</literal>.
+ Same as <literal>NO ACTION</literal> except that this action
443
+ will not be deferred even if the rest of the constraint is
444
+ deferrable and deferred.
445
</para>
446
</listitem>
447
</varlistentry>
0 commit comments