projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9188c3
)
#define TriggerRelationName "pg_trigger"
author
Vadim B. Mikheev
<vadim4o@yahoo.com>
Mon, 1 Sep 1997 08:09:09 +0000
(08:09 +0000)
committer
Vadim B. Mikheev
<vadim4o@yahoo.com>
Mon, 1 Sep 1997 08:09:09 +0000
(08:09 +0000)
src/include/catalog/catname.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/catname.h
b/src/include/catalog/catname.h
index 317a3f07e679a7e51fedeec301ffe2393def060a..988e186492fc724449a2dfee0bc949864499ab72 100644
(file)
--- a/
src/include/catalog/catname.h
+++ b/
src/include/catalog/catname.h
@@
-6,7
+6,7
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: catname.h,v 1.
3 1997/08/21 04:33:20
vadim Exp $
+ * $Id: catname.h,v 1.
4 1997/09/01 08:09:09
vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@
-47,6
+47,7
@@
#define VersionRelationName "pg_version"
#define AttrDefaultRelationName "pg_attrdef"
#define RelCheckRelationName "pg_relcheck"
+#define TriggerRelationName "pg_trigger"
extern char *SharedSystemRelationNames[];