]> granicus.if.org Git - postgresql/blob - src/include/commands/view.h
Update copyright notices for year 2012.
[postgresql] / src / include / commands / view.h
1 /*-------------------------------------------------------------------------
2  *
3  * view.h
4  *
5  *
6  *
7  * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
8  * Portions Copyright (c) 1994, Regents of the University of California
9  *
10  * src/include/commands/view.h
11  *
12  *-------------------------------------------------------------------------
13  */
14 #ifndef VIEW_H
15 #define VIEW_H
16
17 #include "nodes/parsenodes.h"
18
19 extern void DefineView(ViewStmt *stmt, const char *queryString);
20
21 #endif   /* VIEW_H */