libpq - extending PQexecParams/PQexecPrepared to specify resultFormat for individual result columns

From: Ivo Raisr <ivosh(at)ivosh(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: libpq - extending PQexecParams/PQexecPrepared to specify resultFormat for individual result columns
Date: 2009-11-02 11:00:29
Message-ID: 6055659e0911020300t3d0c95cbs57477b4d72cd45f2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.)

Kind regards,
Ivosh

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-11-02 11:02:23 Re: alpha2 bundled -- please verify
Previous Message Fujii Masao 2009-11-02 10:06:28 Architecture of walreceiver (Streaming Replication)