diff options
Diffstat (limited to 'src/include/rewrite/viewUpdate.h')
-rw-r--r-- | src/include/rewrite/viewUpdate.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/include/rewrite/viewUpdate.h b/src/include/rewrite/viewUpdate.h new file mode 100644 index 00000000000..14238708462 --- /dev/null +++ b/src/include/rewrite/viewUpdate.h @@ -0,0 +1,21 @@ + +/*------------------------------------------------------------------------- + * + * viewUpdate.h + * + * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group + * Portions Copyright (c) 1994, Regents of the University of California + * + * $PostgreSQL: pgsql/src/include/rewrite/viewUpdate.h,v 1.1 2009/01/22 17:27:55 petere Exp $ + * + *------------------------------------------------------------------------- + */ +#ifndef VIEW_UPDATE_H +#define VIEW_UPDATE_H + +#include "nodes/parsenodes.h" + +extern void +CreateViewUpdateRules(Oid viewOid, const Query *viewDef); + +#endif /* VIEW_UPDATE_H */ |