Werner Echezuria wrote:
> Hi, I have a code in which I translate some code from sqlf to sql, but
> when it comes to yy_parse the server crashes, I have no idea why,
> because it works fine in other situations.
>
I don't understand why you're doing what you're doing this way. Wouldn't
it be better to patch the main postgres parser and make your
functionality first class rather than having it run via an SQL string
and a function that calls a secondary parser?
cheers
andrew