aboutsummaryrefslogtreecommitdiff
path: root/src/include/rewrite/viewUpdate.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-01-22 17:27:55 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-01-22 17:27:55 +0000
commitdd7e54a17ffed5767cd9af175024c60df2b1951c (patch)
tree2932885551f282e1466c6bd1f31a35c4938c329c /src/include/rewrite/viewUpdate.h
parent5841aa86eb67dabb0a54c81d21463002dfa7e358 (diff)
downloadpostgresql-dd7e54a17ffed5767cd9af175024c60df2b1951c.tar.gz
postgresql-dd7e54a17ffed5767cd9af175024c60df2b1951c.zip
Automatic view update rules
Bernd Helmle
Diffstat (limited to 'src/include/rewrite/viewUpdate.h')
-rw-r--r--src/include/rewrite/viewUpdate.h21
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 */