Re: Suggesting a libpq addition - Mailing list pgsql-hackers

From Dmitriy Igrishin
Subject Re: Suggesting a libpq addition
Date
Msg-id AANLkTinLX0HDJw6eto3+0Z6OP+t0=QbRkTFbdnFR3Z-W@mail.gmail.com
Whole thread Raw
In response to Re: Suggesting a libpq addition  (Andrew Chernow <ac@esilo.com>)
List 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 by date:

Previous
From: Koichi Suzuki
Date:
Subject: Re: WIP patch for parallel pg_dump
Next
From: Fujii Masao
Date:
Subject: Re: Timeout and wait-forever in sync rep