Skip to content

Commit d37e93a

Browse files
committed
#definitions for pg_attrdef & pg_relcheck names
1 parent cc332d6 commit d37e93a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/catalog/catname.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: catname.h,v 1.2 1996/10/31 09:47:02 scrappy Exp $
9+
* $Id: catname.h,v 1.3 1997/08/21 04:33:20 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -45,6 +45,8 @@
4545
#define UserRelationName "pg_user"
4646
#define VariableRelationName "pg_variable"
4747
#define VersionRelationName "pg_version"
48+
#define AttrDefaultRelationName "pg_attrdef"
49+
#define RelCheckRelationName "pg_relcheck"
4850

4951
extern char *SharedSystemRelationNames[];
5052

0 commit comments

Comments
 (0)