Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c823143f
Commit
c823143f
authored
Jan 31, 2000
by
Jan Wieck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug in NO ACTION trigger proc entries.
Jan
parent
a152ebee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+3
-3
No files found.
src/include/catalog/pg_proc.h
View file @
c823143f
...
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: pg_proc.h,v 1.11
8 2000/01/26 05:57:58 momjian
Exp $
* $Id: pg_proc.h,v 1.11
9 2000/01/31 14:02:27 wieck
Exp $
*
* NOTES
* 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
DESCR
(
"referential integrity ON DELETE SET DEFAULT"
);
DATA
(
insert
OID
=
1653
(
RI_FKey_setdefault_upd
PGUID
11
f
t
f
0
f
0
""
100
0
0
100
RI_FKey_setdefault_upd
-
));
DESCR
(
"referential integrity ON UPDATE SET DEFAULT"
);
DATA
(
insert
OID
=
1654
(
RI_FKey_noaction_del
PGUID
11
f
t
f
0
f
0
""
100
0
0
100
RI_FKey_
setdefault
_del
-
));
DATA
(
insert
OID
=
1654
(
RI_FKey_noaction_del
PGUID
11
f
t
f
0
f
0
""
100
0
0
100
RI_FKey_
noaction
_del
-
));
DESCR
(
"referential integrity ON DELETE NO ACTION"
);
DATA
(
insert
OID
=
1655
(
RI_FKey_noaction_upd
PGUID
11
f
t
f
0
f
0
""
100
0
0
100
RI_FKey_
setdefault
_upd
-
));
DATA
(
insert
OID
=
1655
(
RI_FKey_noaction_upd
PGUID
11
f
t
f
0
f
0
""
100
0
0
100
RI_FKey_
noaction
_upd
-
));
DESCR
(
"referential integrity ON UPDATE NO ACTION"
);
/* for mac type support */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment