]> granicus.if.org Git - postgresql/blob - src/include/rewrite/rewriteRemove.h
Update copyrights in source tree to 2008.
[postgresql] / src / include / rewrite / rewriteRemove.h
1 /*-------------------------------------------------------------------------
2  *
3  * rewriteRemove.h
4  *
5  *
6  *
7  * Portions Copyright (c) 1996-2008, 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.24 2008/01/01 19:45:58 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 */