Thread: EXPLAIN via ODBC

EXPLAIN via ODBC

From
Dave Page
Date:
I'm trying to implement an EXPLAIN option within pgAdmin which uses ADO via
ODBC to access PostgreSQL. Unfortunately ADO has no means of accessing the
NOTICE message from the backend that contains the query plan. Does anyone
know a way around this, or would it be possible/desirable to return the plan
as a tuple (either by modifying the backend, or the ODBC driver)?

Regards, Dave.