1. Is there a way to pass in parameters to the sql, in accordance with the psycopg2 recommendation? I don't see anything in the docstring about that. Does it matter? 2. Do the sql execution times reported by the toolbar include anything besides the execution time of the actual database query? Queries executed through web2py are taking 3 times longer or more than the same queries executed through PGadmin. They seem to be equally fast using psycopg2 via the python command line.
--

