diff options
-rw-r--r-- | doc/src/sgml/ref/create_table.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index a6f765971ca..0b7086b00b1 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.25 2000/04/14 22:16:01 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.26 2000/04/14 22:23:02 momjian Exp $ Postgres documentation --> @@ -2060,9 +2060,8 @@ CREATE ASSERTION name CHECK ( condition ) </variablelist> </para> <para> - The constraint mode for every Constraint always has an initial - default value which is set for that Constraint at the beginning - of a transaction. + SET CONSTRAINT changes the foreign key constraint mode only for + the current transaction. <variablelist> <varlistentry> <term>INITIALLY IMMEDIATE</term> |