Explain

From: Jeff Davis <jdavis(at)wasabimg(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Explain
Date: 2001-01-05 09:18:34
Message-ID: 0101050121130A.01054@jdavis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How can I conveniently handle output from an EXPLAIN query inside an
application? It appears to just immediately send the output to the stdout of
whatever program uses it. Is there a way to get the output inside a program,
with libpq or otherwise? I would actually like to be able to get the output in
a PHP script, but getting it in any application would be nice.

Thanks,
Jeff Davis
--
Jeff Davis
jdavis(at)dynworks(dot)com
http://dynworks.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Heiko Irrgang 2001-01-05 09:25:12 Re: Explain
Previous Message gianpaolo 2001-01-05 08:59:08 Passing tables as parameter