From: | Andro <andromede(at)gmail(dot)com> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | [libpq] columns binding? |
Date: | 2006-08-02 11:18:06 |
Message-ID: | da7021e0608020418v89786e3ib20c45641a6a6472@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
Hi,
a while ago, a couple of threads talked about columns binding since
having to copy and convert the data out of libpq allocated PGresult*
into our own objects is quite inconvenient and could turn out to be
expensive as manipulating large amount of data.
Has there been any changes regarding libpq data retrieval method? I've
been looking into libpq API for a while now but I couldn't find
anything related to column binding. I guess the "resultset" method is
the only one, and that dramatically implies having data two times in
memory in case of developing a (database generic) API - using bindings
- on top of libpq. Is it really the only way of proceeding?
Thanks for help
Charles
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-08-02 12:55:07 | Re: change tuple before insert |
Previous Message | vivek | 2006-08-02 11:03:39 | change tuple before insert |