| From: | "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> |
|---|---|
| To: | "Neil Conway" <nconway(at)klamath(dot)dyndns(dot)org> |
| Cc: | <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: help with bison |
| Date: | 2002-04-11 03:21:50 |
| Message-ID: | GNELIHDDFBOCMGBFGEFOGEBGCCAA.chriskl@familyhealth.com.au |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-04-11 03:24:08 | Re: help with bison |
| Previous Message | Tom Lane | 2002-04-11 03:09:20 | Re: BETWEEN SYMMETRIC/ASYMMETRIC |