*** pgsql/src/include/rewrite/rewriteRemove.h 2009/01/01 17:24:01 1.25 --- pgsql/src/include/rewrite/rewriteRemove.h 2009/01/22 17:27:55 1.26 *************** *** 7,13 **** * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/rewrite/rewriteRemove.h,v 1.24 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/rewrite/rewriteRemove.h,v 1.25 2009/01/01 17:24:01 momjian Exp $ * *------------------------------------------------------------------------- */ *************** *** 20,24 **** --- 20,25 ---- extern void RemoveRewriteRule(Oid owningRel, const char *ruleName, DropBehavior behavior, bool missing_ok); extern void RemoveRewriteRuleById(Oid ruleOid); + extern void RemoveAutomaticRulesOnEvent(Relation rel, CmdType event_type); #endif /* REWRITEREMOVE_H */