Re: Suggesting a libpq addition

Поиск
Список
Период
Сортировка
От Dmitriy Igrishin
Тема Re: Suggesting a libpq addition
Дата
Msg-id AANLkTinLX0HDJw6eto3+0Z6OP+t0=QbRkTFbdnFR3Z-W@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Suggesting a libpq addition  (Andrew Chernow <ac@esilo.com>)
Список pgsql-hackers
Hey Andrew,

No, thanks. :-)

And I don't think that libpq should follows it (libpqtypes).

2010/12/6 Andrew Chernow <ac@esilo.com>

A varargs version of PQexecParams() would be handy, though. Imagine being able
to do:

PQexecVParams("SELECT * FROM mytable WHERE foo = $1 AND bar = $2", foovar, barvar);

instead of constructing an array for the variables.


http://libpqtypes.esilo.com/man3/PQexecf.html


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


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers



--
// Dmitriy.


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

Предыдущее
От: Koichi Suzuki
Дата:
Сообщение: Re: WIP patch for parallel pg_dump
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Timeout and wait-forever in sync rep