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

Reply via email to