File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: pg_proc.h,v 1.118 2000/01/26 05:57:58 momjian Exp $
10
+ * $Id: pg_proc.h,v 1.119 2000/01/31 14:02:27 wieck Exp $
11
11
*
12
12
* NOTES
13
13
* The script catalog/genbki.sh reads this file and generates .bki
@@ -2142,9 +2142,9 @@ DATA(insert OID = 1652 ( RI_FKey_setdefault_del PGUID 11 f t f 0 f 0 "" 100 0 0
2142
2142
DESCR ("referential integrity ON DELETE SET DEFAULT" );
2143
2143
DATA (insert OID = 1653 ( RI_FKey_setdefault_upd PGUID 11 f t f 0 f 0 "" 100 0 0 100 RI_FKey_setdefault_upd - ));
2144
2144
DESCR ("referential integrity ON UPDATE SET DEFAULT" );
2145
- DATA (insert OID = 1654 ( RI_FKey_noaction_del PGUID 11 f t f 0 f 0 "" 100 0 0 100 RI_FKey_setdefault_del - ));
2145
+ DATA (insert OID = 1654 ( RI_FKey_noaction_del PGUID 11 f t f 0 f 0 "" 100 0 0 100 RI_FKey_noaction_del - ));
2146
2146
DESCR ("referential integrity ON DELETE NO ACTION" );
2147
- DATA (insert OID = 1655 ( RI_FKey_noaction_upd PGUID 11 f t f 0 f 0 "" 100 0 0 100 RI_FKey_setdefault_upd - ));
2147
+ DATA (insert OID = 1655 ( RI_FKey_noaction_upd PGUID 11 f t f 0 f 0 "" 100 0 0 100 RI_FKey_noaction_upd - ));
2148
2148
DESCR ("referential integrity ON UPDATE NO ACTION" );
2149
2149
2150
2150
/* for mac type support */
You can’t perform that action at this time.
0 commit comments