| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Boszormenyi Zoltan <zb(at)cybertec(dot)at> |
| Cc: | Michael Meskes <meskes(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org, Hans-Juergen Schoenig <hs(at)cybertec(dot)at> |
| Subject: | Re: ECPG DESCRIBE [OUTPUT] support |
| Date: | 2010-01-05 01:35:50 |
| Message-ID: | 603c8f071001041735i66669efbt2e39cf919acfc748@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Jan 4, 2010 at 1:51 PM, Boszormenyi Zoltan <zb(at)cybertec(dot)at> wrote:
> new patch is attached. Modified according to
> the new DB2 / Sybase compatible SQLDA structure.
> ECPGdescribe() has an "int compat" parameter, because:
> - the (struct prepared_statement *)->stmt ->compat is not set, and
> - it's more sensible to use the compat mode of the
> ECPGdescribe() caller, because different source files can be
> compiled with different (native or compat) modes.
> The Informix-specific syntax "DESCRIBE ... INTO sqlda" is also
> accepted in native mode now.
For tracking purposes, can you add a "Patch"-type comment for each of
these to the relevant entry on commitfest.postgresql.org?
Thanks,
...Robert
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2010-01-05 01:53:01 | Re: New VACUUM FULL |
| Previous Message | Tom Lane | 2010-01-05 01:35:16 | Re: New VACUUM FULL |