Am Donnerstag, den 14.07.2005, 15:38 +0000 schrieb Matt Miller:
> On Thu, 2005-07-14 at 14:32 +1000, Neil Conway wrote:
> > Alvaro Herrera wrote:
> > > I don't think you can use just plpgsql's parser. ... it
> > > relies on the main backend parser
> >
> > If you're content to treat expressions and SQL queries as
> > opaque strings, you shouldn't need to concern yourself with the main SQL
> > parser.
>
> Treating queries as terminal nodes in the parse tree would be fine as a
> starting point.
*snip*
I'm also extraordinarely interested in this work. I'd like to
see the parser as a lib (for me to add some stubs to python).
I think from a stand-allone parser I could make the changes
I need.