Re: Discarding the resulting rows - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: Discarding the resulting rows
Date
Msg-id i2z3073cc9b1004261316kb3510531x85ae91d112db1799@mail.gmail.com
Whole thread Raw
In response to Re: Discarding the resulting rows  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Discarding the resulting rows  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, Apr 26, 2010 at 3:03 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> On Mon, Apr 26, 2010 at 3:36 PM, Kevin Grittner
> <Kevin.Grittner@wicourts.gov> wrote:
>> "Murali M. Krishna" <murali1729@yahoo.com> wrote:
>>
>>> Basically, I would like to discard the result rows after doing all
>>> the work required to execute the query.
>>
>> I would use EXPLAIN ANALYZE SELECT ...
>
> There's some overhead to that, of course.
>

he could see the "actual time" in the very first row of the EXPLAIN
ANALYZE... isn't that a value that is more close to what the OP is
looking for?

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: global temporary tables
Next
From: Alvaro Herrera
Date:
Subject: Re: global temporary tables