Re: Suggesting a libpq addition

From: Andrew Chernow <ac(at)esilo(dot)com>
To: Marc Balmer <marc(at)msys(dot)ch>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Suggesting a libpq addition
Date: 2010-12-06 03:50:52
Message-ID: 4CFC5D9C.3060000@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/5/2010 4:22 AM, Marc Balmer wrote:
> I am suggesting adding a function to libpq:
>
> PGresult *PQvexec(PGconn *conn, const char *fmt, ...);
>
> It behaves similar to PQexec, but it allows for printf style varargs and
> does connection re-establishing if the connection fails (it can be
> discussed if this already to much magic, maybe remove this part). It
> has been carefully designed to handle memory the right way. We use this
> since a long time.
>
> What do you think?
>

I think it is a wonderful idea. Check out libpqtypes. It has a PQexecf,
PQexecvf, PQsendf and PQsendvf. But that is just the beginning....

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Chernow 2010-12-06 03:53:27 Re: Suggesting a libpq addition
Previous Message Robert Haas 2010-12-06 02:44:02 Re: profiling connection overhead