Accessing the execution plan via the DBI interface - Mailing list pgsql-general

From Hans-Jürgen Schönig
Subject Accessing the execution plan via the DBI interface
Date
Msg-id 3B7A910C.36AB1D24@cybertec.at
Whole thread Raw
List pgsql-general
Is there a way to access the execution plan of a query using the DBI
interface?
Since EXPLAIN seems to write to STDERR, there is no way to use
prepare->execute->fetch ...
Does anybody know, what to do best - I don't want to use a system call
from inside Perl.

    Hans

pgsql-general by date:

Previous
From: Michelle Murrain
Date:
Subject: OBDC Error
Next
From: "William D. Tallman"
Date:
Subject: Real newbie question.