diff options
author | Vadim B. Mikheev <vadim4o@yahoo.com> | 1997-08-21 04:33:20 +0000 |
---|---|---|
committer | Vadim B. Mikheev <vadim4o@yahoo.com> | 1997-08-21 04:33:20 +0000 |
commit | d37e93aafd8ef6a145239d3fd3ee94d5b06336c9 (patch) | |
tree | cc9cbd78756e4d89744af3f9521910a8f408e1b7 /src | |
parent | cc332d612b4460e1345c65dfa5b543a74216c3ef (diff) | |
download | postgresql-d37e93aafd8ef6a145239d3fd3ee94d5b06336c9.tar.gz postgresql-d37e93aafd8ef6a145239d3fd3ee94d5b06336c9.zip |
#definitions for pg_attrdef & pg_relcheck names
Diffstat (limited to 'src')
-rw-r--r-- | src/include/catalog/catname.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h index 26a740db086..317a3f07e67 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[]; |