Re: ECPG DESCRIBE [OUTPUT] support - Mailing list pgsql-hackers

From Robert Haas
Subject Re: ECPG DESCRIBE [OUTPUT] support
Date
Msg-id 603c8f071001041735i66669efbt2e39cf919acfc748@mail.gmail.com
Whole thread Raw
In response to ECPG DESCRIBE [OUTPUT] support  (Boszormenyi Zoltan <zb@cybertec.at>)
List pgsql-hackers
On Mon, Jan 4, 2010 at 1:51 PM, Boszormenyi Zoltan <zb@cybertec.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: New VACUUM FULL
Next
From: Robert Haas
Date:
Subject: Re: New VACUUM FULL