8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bf7a2 commit e11cb8bCopy full SHA for e11cb8b
src/include/commands/matview.h
@@ -4,7 +4,7 @@
4
* prototypes for matview.c.
5
*
6
7
- * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
10
* src/include/commands/matview.h
@@ -15,9 +15,11 @@
15
#define MATVIEW_H
16
17
#include "nodes/params.h"
18
+#include "nodes/parsenodes.h"
19
#include "tcop/dest.h"
20
#include "utils/relcache.h"
21
22
+
23
extern void SetRelationIsScannable(Relation relation);
24
25
extern void ExecRefreshMatView(RefreshMatViewStmt *stmt, const char *queryString,
0 commit comments