Suggesting a libpq addition

Поиск
Список
Период
Сортировка
От Marc Balmer
Тема Suggesting a libpq addition
Дата
Msg-id 4CFB59E9.1090101@msys.ch
обсуждение исходный текст
Ответы Re: Suggesting a libpq addition  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: Suggesting a libpq addition  (Magnus Hagander <magnus@hagander.net>)
Re: Suggesting a libpq addition  (Andrew Chernow <ac@esilo.com>)
Список pgsql-hackers
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?

Вложения

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

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: profiling connection overhead
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Suggesting a libpq addition