On Sun, Jan 4, 2009 at 7:01 PM, Craig Ringer
wrote:
> Alternately, rather than doing everything within PL/PgSQL, just do it from
> normal SQL, issued through psql. That way you can just use \timing .
>
> For simple one-liners, instead of:
>
> psql -d DB1 -c 'select execute_function_foo();'
>
> you
Aaron Burnett wrote:
The first calls a function which essentially calls a handful of views.
psql -d DB1 -c 'select execute_function_foo();'
"calls" a handful of views?
What I am trying to get is the elapsed time logged for each individual query
or view that the function calls, as though I e