OSDN Git Service

Another PGINDENT run that changes variable indenting and case label indenting. Also...
[pg-rex/syncrep.git] / src / include / rewrite / rewriteSupport.h
1 /*-------------------------------------------------------------------------
2  *
3  * rewriteSupport.h--
4  *
5  *
6  *
7  * Copyright (c) 1994, Regents of the University of California
8  *
9  * $Id: rewriteSupport.h,v 1.4 1997/09/08 02:38:52 momjian Exp $
10  *
11  *-------------------------------------------------------------------------
12  */
13 #ifndef REWRITESUPPORT_H
14 #define REWRITESUPPORT_H
15
16
17 extern int      IsDefinedRewriteRule(char *ruleName);
18
19 extern void
20 prs2_addToRelation(Oid relid, Oid ruleId, CmdType event_type,
21                                    AttrNumber attno, bool isInstead, Node * qual,
22                                    List * actions);
23 extern void prs2_deleteFromRelation(Oid relid, Oid ruleId);
24
25
26 #endif                                                  /* REWRITESUPPORT_H */