Re: Response time

Neil Conway <neilc@samurai.com>

From: Neil Conway <neilc@samurai.com>
To: <radha.manohar@ndsu.nodak.edu>
Cc: <pgsql-performance@postgresql.org>
Date: 2003-11-05T17:40:18Z
Lists: pgsql-performance
<radha.manohar@ndsu.nodak.edu> writes:
> The \timing psql command gives different time for the same query executed
> repeatedly.

That's probably because executing the query repeatedly results in
different execution times, as one would expect. \timing returns the
"exact" query response time, nevertheless.

-Neil