From: Vadim B. Mikheev Date: Thu, 21 Aug 1997 04:33:20 +0000 (+0000) Subject: #definitions for pg_attrdef & pg_relcheck names X-Git-Tag: REL6_2~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d37e93aafd8ef6a145239d3fd3ee94d5b06336c9;p=postgresql #definitions for pg_attrdef & pg_relcheck names --- diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h index 26a740db08..317a3f07e6 100644 --- 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.2 1996/10/31 09:47:02 scrappy Exp $ + * $Id: catname.h,v 1.3 1997/08/21 04:33:20 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -45,6 +45,8 @@ #define UserRelationName "pg_user" #define VariableRelationName "pg_variable" #define VersionRelationName "pg_version" +#define AttrDefaultRelationName "pg_attrdef" +#define RelCheckRelationName "pg_relcheck" extern char *SharedSystemRelationNames[];