From 1b8a054db262f13027e49894985637dc64dba94d Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Wed, 12 Nov 2003 04:08:14 +0000
Subject: 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..102c712a137 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.
--
cgit v1.2.3