Re: [HACKERS] cant execute yyparse() within postgresql

2004-12-24 Thread Andre Maasikas
Sibtay Abbas wrote: i never happen to read this rule when i signed up to this mailing list...so if you ve made up a rule by urself for this mailing list just do us a favor by officially announcing it Got a question ...? http://www.catb.org/~esr/faqs/smart-questions.html Andre --

Re: [HACKERS] cant execute yyparse() within postgresql

2004-12-21 Thread Sibtay Abbas
Datum mylanguage_handler(PG_FUNCTION_ARGS){ if (CALLED_AS_TRIGGER(fcinfo)) /*do nothing else{ char *proc_source; Datum prosrcdatum; boolisnull; //get the oid of the function

Re: [HACKERS] cant execute yyparse() within postgresql

2004-12-21 Thread Tom Lane
Sibtay Abbas <[EMAIL PROTECTED]> writes: > Peter's attitude was rude and i complain against it > and i ask the mailing list maintainers to follow up on > this. You would do better to take his advice and provide the needed context. Personally I had ignored your first message as unanswerable...

Re: [HACKERS] cant execute yyparse() within postgresql

2004-12-21 Thread Frank Wiles
On Tue, 21 Dec 2004 10:50:25 -0800 (PST) Sibtay Abbas <[EMAIL PROTECTED]> wrote: > i never happen to read this rule when i signed up to > this mailing list...so if you ve made up a rule by > urself for this mailing list just do us a favor by > officially announcing it > > i think anyone who has k

Re: [HACKERS] cant execute yyparse() within postgresql

2004-12-21 Thread Sibtay Abbas
i am sorry if i hurt your ego, by asking this question. And i mentioned flex mistakenly...actually by flex i meant yacc (i am using lex & yacc). yyparse is generated by yacc..which i want to invoke. " >Second, you can't just ask > random, highly specific > questions out of the blue and expect som

Re: [HACKERS] cant execute yyparse() within postgresql

2004-12-21 Thread Peter Eisentraut
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

[HACKERS] cant execute yyparse() within postgresql

2004-12-21 Thread Sibtay Abbas
hello i am not able to execute the yyparse() function generated by flex from within the pl call handler function. does any one knows the reason for this failure? and how can it be rectified thank you __ Do you Yahoo!? Send a seasonal email gr