|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.25 2000/04/14 22:16:01 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.26 2000/04/14 22:23:02 momjian Exp $ |
3 | 3 | Postgres documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -2060,9 +2060,8 @@ CREATE ASSERTION name CHECK ( condition )
|
2060 | 2060 | </variablelist>
|
2061 | 2061 | </para>
|
2062 | 2062 | <para>
|
2063 |
| - The constraint mode for every Constraint always has an initial |
2064 |
| - default value which is set for that Constraint at the beginning |
2065 |
| - of a transaction. |
| 2063 | + SET CONSTRAINT changes the foreign key constraint mode only for |
| 2064 | + the current transaction. |
2066 | 2065 | <variablelist>
|
2067 | 2066 | <varlistentry>
|
2068 | 2067 | <term>INITIALLY IMMEDIATE</term>
|
|