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 cc332d6 commit d37e93aCopy full SHA for d37e93a
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.2 1996/10/31 09:47:02 scrappy Exp $
+ * $Id: catname.h,v 1.3 1997/08/21 04:33:20 vadim Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -45,6 +45,8 @@
45
#define UserRelationName "pg_user"
46
#define VariableRelationName "pg_variable"
47
#define VersionRelationName "pg_version"
48
+#define AttrDefaultRelationName "pg_attrdef"
49
+#define RelCheckRelationName "pg_relcheck"
50
51
extern char *SharedSystemRelationNames[];
52
0 commit comments