How can retrieve total query run-time with out using explain - Mailing list pgsql-performance

From Radhya sahal
Subject How can retrieve total query run-time with out using explain
Date
Msg-id 1309666434.43400.YahooMailClassic@web38605.mail.mud.yahoo.com
Whole thread Raw
Responses Re: How can retrieve total query run-time with out using explain  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-performance
Dear all,
How can retrieve total query run-time  when i run any query with out using explain
for example when i run any query  such  as
select * from  tablel1;
Total query runtime: 443 ms.
 i want a function can return "runtime: 443 ms" with out using explain
i want this command to call it from java source code
can any one help me??? .

pgsql-performance by date:

Previous
From: Dave Page
Date:
Subject: Re: Infinite Cache
Next
From: Craig Ringer
Date:
Subject: Re: How can retrieve total query run-time with out using explain