diff options
author | Vadim B. Mikheev <vadim4o@yahoo.com> | 1997-09-01 08:09:09 +0000 |
---|---|---|
committer | Vadim B. Mikheev <vadim4o@yahoo.com> | 1997-09-01 08:09:09 +0000 |
commit | 38f0ffd36c6298b018de21aa623e3532df7846d8 (patch) | |
tree | 668419c4b8522e824885ae184ba5088795f866cb /src | |
parent | b9188c30659a2ed776c5e3149f7092228b1f39fd (diff) | |
download | postgresql-38f0ffd36c6298b018de21aa623e3532df7846d8.tar.gz postgresql-38f0ffd36c6298b018de21aa623e3532df7846d8.zip |
#define TriggerRelationName "pg_trigger"
Diffstat (limited to 'src')
-rw-r--r-- | src/include/catalog/catname.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/catalog/catname.h b/src/include/catalog/catname.h index 317a3f07e67..988e186492f 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.3 1997/08/21 04:33:20 vadim Exp $ + * $Id: catname.h,v 1.4 1997/09/01 08:09:09 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -47,6 +47,7 @@ #define VersionRelationName "pg_version" #define AttrDefaultRelationName "pg_attrdef" #define RelCheckRelationName "pg_relcheck" +#define TriggerRelationName "pg_trigger" extern char *SharedSystemRelationNames[]; |