Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / include / commands / view.h
blobc965a49053a9c4c25252478e7c4777abe9ec7982
1 /*-------------------------------------------------------------------------
3 * view.h
7 * Portions Copyright (c) 1996-2009, 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 */