Re: cant execute yyparse() within postgresql

From: Sibtay Abbas <sibtay_abbas(at)yahoo(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: cant execute yyparse() within postgresql
Date: 2004-12-21 18:50:25
Message-ID: 20041221185025.26654.qmail@web50003.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 someone to
>have
> an answer for you.
"
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 knowledge of adding new
languages to postgresql will understand what pl call
handler means.

i ve been getting alot of help from this mailing list
and i thank all the ppl who helped me.

Peter's attitude was rude and i complain against it
and i ask the mailing list maintainers to follow up on
this.

Peter if you dont understand someone's question the
nice way is to ask him the details instead of trying
to insult him.

thank you

--- Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:

> 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/
>


__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-12-21 18:58:20 Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Previous Message Tom Lane 2004-12-21 18:29:19 Re: port report: [FAILURE] FreeBSD 6, Intel icc7