Re: help with bison - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: help with bison
Date
Msg-id GNELIHDDFBOCMGBFGEFOGEBGCCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: help with bison  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-hackers
> PREPARE <plan> AS <query>;
> EXECUTE <plan> USING <parameters>;
> DEALLOCATE <plan>;
>
> I didn't write the original patch -- that was done by Karel Zak.
> But since that was several years ago, I'm working on cleaning it up,
> getting it to apply to current sources (which has taken a while),
> and fixing the remaining issues with it. Karel describes his work
> here:

OK, fair enough.  What I don't get is how this patch is related to the FE/BE
not supporting variable binding problem?  Am I getting confused here?

Chris



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: BETWEEN SYMMETRIC/ASYMMETRIC
Next
From: Tom Lane
Date:
Subject: Re: help with bison