On Mon, Nov 2, 2009 at 6:00 AM, Ivo Raisr <ivosh(at)ivosh(dot)net> wrote:
> Hi guys,
> I hacked PostgreSQL 8.4.1 libpq and added a new function to specify
> resultFormat for individual result columns.
> Are you interested in a patch?
>
> (http://www.postgresql.org/docs/8.4/interactive/libpq-exec.html says:
> There is not currently a provision to obtain different result columns
> in different formats, although that is possible in the underlying
> protocol.
> So I made this possible.)
How exactly did you do it? You can't change the arguments of existing
libpq functions, you would have had to add new ones...
merlin