diff options
Diffstat (limited to 'src/include/rewrite/rewriteSupport.h')
| -rw-r--r-- | src/include/rewrite/rewriteSupport.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/include/rewrite/rewriteSupport.h b/src/include/rewrite/rewriteSupport.h index 25541ed9b95..589f4245f74 100644 --- a/src/include/rewrite/rewriteSupport.h +++ b/src/include/rewrite/rewriteSupport.h @@ -7,22 +7,15 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: rewriteSupport.h,v 1.11 2000/01/26 05:58:30 momjian Exp $ + * $Id: rewriteSupport.h,v 1.12 2000/06/30 07:04:04 tgl Exp $ * *------------------------------------------------------------------------- */ #ifndef REWRITESUPPORT_H #define REWRITESUPPORT_H -#include "access/attnum.h" -#include "nodes/pg_list.h" - extern int IsDefinedRewriteRule(char *ruleName); -extern void prs2_addToRelation(Oid relid, Oid ruleId, CmdType event_type, - AttrNumber attno, bool isInstead, Node *qual, - List *actions); -extern void prs2_deleteFromRelation(Oid relid, Oid ruleId); - +extern void setRelhasrulesInRelation(Oid relationId, bool relhasrules); #endif /* REWRITESUPPORT_H */ |
