Sibtay Abbas wrote: > i am not able to execute the yyparse() function > generated by flex from within the pl call handler > function.
First of all, flex does not generate a yyparse() function. At most it generates yylex(). Second, you can't just ask random, highly specific questions out of the blue and expect someone to have an answer for you. Why are you calling yyparser(), what happens when you do, what PL handlers are you talking about, etc., would be some of the required context information. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly