Re: psql microsecond timing patch - Mailing list pgsql-patches

From Tom Lane
Subject Re: psql microsecond timing patch
Date
Msg-id 28037.1001607660@sss.pgh.pa.us
Whole thread Raw
In response to psql microsecond timing patch  (greg@turnstep.com)
Responses Re: psql microsecond timing patch
List pgsql-patches
greg@turnstep.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

pgsql-patches by date:

Previous
From: Karel Zak
Date:
Subject: Re: Problem with setlocale (found in libecpg) [accessing a memory location after freeing it]
Next
From: Bruce Momjian
Date:
Subject: Re: [JDBC] Fix for broken JDBC's getColumn() (take 2)