On Tue, 2003-11-04 at 09:49, radha.manohar@ndsu.nodak.edu wrote:
> How do we measure the response time in postgresql?
In addition to EXPLAIN ANALYZE, the log_min_duration_statement
configuration variable and the \timing psql command might also be
useful.
-Neil