1 /*-------------------------------------------------------------------------
4 * Definitions for the "raw" parser (lex and yacc phases only)
7 * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
12 *-------------------------------------------------------------------------
17 #include "nodes/pg_list.h"
19 extern List
*raw_parser(const char *str
);