]> granicus.if.org Git - postgresql/blob - src/include/rewrite/rewriteRemove.h
Update copyright for the year 2010.
[postgresql] / src / include / rewrite / rewriteRemove.h
1 /*-------------------------------------------------------------------------
2  *
3  * rewriteRemove.h
4  *
5  *
6  *
7  * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
8  * Portions Copyright (c) 1994, Regents of the University of California
9  *
10  * $PostgreSQL: pgsql/src/include/rewrite/rewriteRemove.h,v 1.28 2010/01/02 16:58:08 momjian Exp $
11  *
12  *-------------------------------------------------------------------------
13  */
14 #ifndef REWRITEREMOVE_H
15 #define REWRITEREMOVE_H
16
17 #include "nodes/parsenodes.h"
18
19
20 extern void RemoveRewriteRule(Oid owningRel, const char *ruleName,
21                                   DropBehavior behavior, bool missing_ok);
22 extern void RemoveRewriteRuleById(Oid ruleOid);
23
24 #endif   /* REWRITEREMOVE_H */