Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4bcd3b4

Browse files
committed
Here's a patch that adds some text mentioning that
RESTRICT is not deferrable to the create table reference page. Stephan Szabo
1 parent f719f0f commit 4bcd3b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/src/sgml/ref/create_table.sgml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.73 2003/11/01 01:56:29 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.74 2003/11/12 04:08:07 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -439,7 +439,9 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
439439
<term><literal>RESTRICT</literal></term>
440440
<listitem>
441441
<para>
442-
Same as <literal>NO ACTION</literal>.
442+
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.
443445
</para>
444446
</listitem>
445447
</varlistentry>

0 commit comments

Comments
 (0)