Re: Suggesting a libpq addition

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема Re: Suggesting a libpq addition
Дата
Msg-id 4CFC5D9C.3060000@esilo.com
обсуждение исходный текст
Ответ на Suggesting a libpq addition  (Marc Balmer <marc@msys.ch>)
Список 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/


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: profiling connection overhead
Следующее
От: Andrew Chernow
Дата:
Сообщение: Re: Suggesting a libpq addition