Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 58a58e9

Browse files
committed
MOre cleanup
1 parent 6db9747 commit 58a58e9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/src/sgml/ref/create_table.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
Postgres documentation
44
-->
55

@@ -2060,9 +2060,8 @@ CREATE ASSERTION name CHECK ( condition )
20602060
</variablelist>
20612061
</para>
20622062
<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.
20662065
<variablelist>
20672066
<varlistentry>
20682067
<term>INITIALLY IMMEDIATE</term>

0 commit comments

Comments
 (0)