monitoring

From: "Mohammed A" <mjalha(at)essex(dot)ac(dot)uk>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: monitoring
Date: 2001-06-02 22:21:42
Message-ID: 001401c0ebb2$681e5be0$237ef59b@essex.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Dear All,

Is any way to monitor the execution of the query, for example a query;

SELECT L_ORDERKEY, L_EXTENDEDPRICE, L_DISCOUNT, O_ORDERDATE, O_SHIPPRIORITY FROM C_, O_, L_
FROM L_, O_, C_
WHERE C_MKTSEGMENT='BUILDING' AND C_CUSTKEY=O_CUSTKEY AND L_ORDERKEY=O_ORDERKEY
AND O_ORDERDATE <'1995-03-15' AND L_SHIPDATE > '1995-03-15'

Is any command to monitor the time for joining...etc all the query activities?

please let me know as soon as possible.

thank you

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Giles Lean 2001-06-02 23:17:05 Re: Creating table columns from ???
Previous Message Chadwick Rolfs 2001-06-02 19:19:24 Creating table columns from ???