We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9188c3 commit 38f0ffdCopy full SHA for 38f0ffd
src/include/catalog/catname.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -47,6 +47,7 @@
47
#define VersionRelationName "pg_version"
48
#define AttrDefaultRelationName "pg_attrdef"
49
#define RelCheckRelationName "pg_relcheck"
50
+#define TriggerRelationName "pg_trigger"
51
52
extern char *SharedSystemRelationNames[];
53
0 commit comments