Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc823143

Browse files
Jan WieckJan Wieck
Jan Wieck
authored and
Jan Wieck
committed
Fixed bug in NO ACTION trigger proc entries.
Jan
1 parenta152ebe commitc823143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
* NOTES
1313
* 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
21422142
DESCR("referential integrity ON DELETE SET DEFAULT");
21432143
DATA(insertOID=1653 (RI_FKey_setdefault_updPGUID11ftf0f0""10000100RI_FKey_setdefault_upd- ));
21442144
DESCR("referential integrity ON UPDATE SET DEFAULT");
2145-
DATA(insertOID=1654 (RI_FKey_noaction_delPGUID11ftf0f0""10000100RI_FKey_setdefault_del- ));
2145+
DATA(insertOID=1654 (RI_FKey_noaction_delPGUID11ftf0f0""10000100RI_FKey_noaction_del- ));
21462146
DESCR("referential integrity ON DELETE NO ACTION");
2147-
DATA(insertOID=1655 (RI_FKey_noaction_updPGUID11ftf0f0""10000100RI_FKey_setdefault_upd- ));
2147+
DATA(insertOID=1655 (RI_FKey_noaction_updPGUID11ftf0f0""10000100RI_FKey_noaction_upd- ));
21482148
DESCR("referential integrity ON UPDATE NO ACTION");
21492149

21502150
/* for mac type support */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp