1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

MOre cleanup

This commit is contained in:
Bruce Momjian 2000-04-14 22:23:02 +00:00
parent 6db9747f7e
commit 58a58e9ca9

View File

@ -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 Postgres documentation
--> -->
@ -2060,9 +2060,8 @@ CREATE ASSERTION name CHECK ( condition )
</variablelist> </variablelist>
</para> </para>
<para> <para>
The constraint mode for every Constraint always has an initial SET CONSTRAINT changes the foreign key constraint mode only for
default value which is set for that Constraint at the beginning the current transaction.
of a transaction.
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term>INITIALLY IMMEDIATE</term> <term>INITIALLY IMMEDIATE</term>