summaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
diff options
context:
space:
mode:
authorJan Wieck <JanWieck@Yahoo.com>1999-12-06 18:02:47 +0000
committerJan Wieck <JanWieck@Yahoo.com>1999-12-06 18:02:47 +0000
commitb8ef7e7f82b7c81dd05e6bc167fe4471e5073be5 (patch)
treec7f70c0a0728a0096c66816e8b1eaff5c536a188 /src/include/nodes/nodes.h
parent1d8ce772339969e25d3e283044cebd769e9817a1 (diff)
Completed FOREIGN KEY syntax.
Added functionality for automatic trigger creation during CREATE TABLE. Added ON DELETE RESTRICT and some others. Jan
Diffstat (limited to 'src/include/nodes/nodes.h')
-rw-r--r--src/include/nodes/nodes.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h
index 4e830d7527c..ffb7ca848fb 100644
--- a/src/include/nodes/nodes.h
+++ b/src/include/nodes/nodes.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodes.h,v 1.56 1999/11/23 20:07:02 momjian Exp $
+ * $Id: nodes.h,v 1.57 1999/12/06 18:02:46 wieck Exp $
*
*-------------------------------------------------------------------------
*/
@@ -215,7 +215,8 @@ typedef enum NodeTag
T_JoinExpr,
T_CaseExpr,
T_CaseWhen,
- T_RowMark
+ T_RowMark,
+ T_FkConstraint
} NodeTag;
/*