Accessing the execution plan via the DBI interface

From: Hans-Jürgen Schönig <hs(at)cybertec(dot)at>
To: pgsql-general(at)postgresql(dot)org
Subject: Accessing the execution plan via the DBI interface
Date: 2001-08-15 15:11:08
Message-ID: 3B7A910C.36AB1D24@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2001-08-15 15:15:05 Re: why no stored procedures?
Previous Message roypgsqlgen 2001-08-15 14:59:50 RE: why no stored procedures?