1 /*-------------------------------------------------------------------------
4 * handle CTEs (common table expressions) in parser
7 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
12 *-------------------------------------------------------------------------
17 #include "parser/parse_node.h"
19 extern List
*transformWithClause(ParseState
*pstate
, WithClause
*withClause
);
21 #endif /* PARSE_CTE_H */