|
1 | 1 | <!-- |
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 $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -439,7 +439,9 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is: |
439 | 439 | <term><literal>RESTRICT</literal></term> |
440 | 440 | <listitem> |
441 | 441 | <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. |
443 | 445 | </para> |
444 | 446 | </listitem> |
445 | 447 | </varlistentry> |
|