Fix pg_dump bug in the database-level collation patch. "datcollate" and
[PostgreSQL.git] / src / include / commands / view.h
blobd520c3770361bfa46c0c210110ea5d14899c2b44
1 /*-------------------------------------------------------------------------
3 * view.h
7 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
10 * $PostgreSQL$
12 *-------------------------------------------------------------------------
14 #ifndef VIEW_H
15 #define VIEW_H
17 #include "nodes/parsenodes.h"
19 extern void DefineView(ViewStmt *stmt, const char *queryString);
21 #endif /* VIEW_H */