Diagnostic - Mailing list pgsql-general

From webb sprague
Subject Diagnostic
Date
Msg-id 3AE9F702.76D428E5@o1.com
Whole thread Raw
In response to RE: WAL Log using all my disk space!  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
List pgsql-general
I am trying to determine how many seconds a query takes, and I can't
figure it out.  I seem to remember some weird, mostly undocumented query
that went like:

foo# get diagnostics select processed into <int4 variable>;
foo# show <int4 variable>;

But this doesn't work, and I think it may only work in plpgsql function
anyway.

I know how to use explain, but I want to see if postgres is correct
which query is fastest.

Does anybody know how to find this info out?

Thx

pgsql-general by date:

Previous
From: "Mikheev, Vadim"
Date:
Subject: RE: WAL Log using all my disk space!
Next
From: Lincoln Yeoh
Date:
Subject: Re: SQL Where Like - Range it?!