Commit 38f0ffd3 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

#define TriggerRelationName "pg_trigger"

parent b9188c30
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 @@ ...@@ -47,6 +47,7 @@
#define VersionRelationName "pg_version" #define VersionRelationName "pg_version"
#define AttrDefaultRelationName "pg_attrdef" #define AttrDefaultRelationName "pg_attrdef"
#define RelCheckRelationName "pg_relcheck" #define RelCheckRelationName "pg_relcheck"
#define TriggerRelationName "pg_trigger"
extern char *SharedSystemRelationNames[]; extern char *SharedSystemRelationNames[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment