How to find the query completeion time?

From: SHARMILA JOTHIRAJAH <sharmi_jo(at)yahoo(dot)com>
To: General postgres mailing list <pgsql-general(at)postgresql(dot)org>
Subject: How to find the query completeion time?
Date: 2009-04-02 14:48:06
Message-ID: 40722.16123.qm@web110713.mail.gq1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,
Is there a way in Postgres to find when a particular query will finish?

For example, for a query like this
SELECT * FROM TABLE1
Can we find out from any of the catalog tables(or any other way) when this query is likely to complete?

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Leif B. Kristensen 2009-04-02 14:53:36 Re: How to find the query completeion time?
Previous Message Aleksey Tsalolikhin 2009-04-02 14:43:27 Re: possible small contribution to the PostgreSQL manual? Example for two-phase commit section.