Re: psql microsecond timing patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: greg(at)turnstep(dot)com
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: psql microsecond timing patch
Date: 2001-09-27 16:21:00
Message-ID: 28037.1001607660@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

greg(at)turnstep(dot)com writes:
> This is a small patch to allow you to time your queries in
> psql. Myself and some others have been using it and find it
> useful for telling how long an actual specific query takes,
> as opposed to EXPLAIN which just does an estimate.

Hmm. Is there any value in this now that we have EXPLAIN ANALYZE?

Microsecond-level timing on the client side seems like a dubious
proposition anyway ...

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-09-27 17:06:50 Re: Fix for broken JDBC's getColumn() (take 2)
Previous Message greg 2001-09-27 15:35:58 psql microsecond timing patch