libpq patch for pqtypes hook api and PGresult creation

From: Andrew Chernow <ac(at)esilo(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: libpq patch for pqtypes hook api and PGresult creation
Date: 2008-04-11 17:47:58
Message-ID: 47FFA44E.2070204@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here are the changes to libpq. It adds the ability to register an
Object Hook and create a home-grown result. Patch adds 4 functions.

We changed the name of PQresultSetFieldValue to PQsetvalue, which better
compliments PQgetvalue. If this patch is acceptable, we will move on to
making the required changes to pqtypes; some work has already been done.

--
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/

Attachment Content-Type Size
hooks_makeres.patch text/plain 16.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Merlin Moncure 2008-04-11 17:57:46 Re: libpq patch for pqtypes hook api and PGresult creation
Previous Message Bruce Momjian 2008-04-11 16:09:44 Re: Typo in README