Skip to content
Snippets Groups Projects
Commit 1b8a054d authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Here's a patch that adds some text mentioning that

RESTRICT is not deferrable to the create table reference
page.

Stephan Szabo
parent 24780957
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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.73.2.1 2003/11/12 04:08:14 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -439,7 +439,9 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is: ...@@ -439,7 +439,9 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
<term><literal>RESTRICT</literal></term> <term><literal>RESTRICT</literal></term>
<listitem> <listitem>
<para> <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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment