From 4bcd3b42b96b9273bf8bdb80320757da427fa611 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 12 Nov 2003 04:08:07 +0000 Subject: [PATCH] Here's a patch that adds some text mentioning that RESTRICT is not deferrable to the create table reference page. Stephan Szabo --- doc/src/sgml/ref/create_table.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index 099f0263f68..7da424100be 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1,5 +1,5 @@ @@ -439,7 +439,9 @@ and table_constraint is: RESTRICT - Same as NO ACTION. + Same as NO ACTION except that this action + will not be deferred even if the rest of the constraint is + deferrable and deferred.