Using the EXPLAIN results - Mailing list pgsql-general

From Braud Agnes
Subject Using the EXPLAIN results
Date
Msg-id 3CEE85DF.3E64CEE3@lifo.univ-orleans.fr
Whole thread Raw
Responses Re: Using the EXPLAIN results
List pgsql-general
Hi

I am using the libpq library, and I would like to get the plan
returned by the explain command for a given query to decide
if I execute the query or not. I want to get the time predicted
by the optimizer for the execution of the query.
Is it possible to get the plan as a string in a C or C++ program ?
Thanks.

Agnes.




pgsql-general by date:

Previous
From: "Russell Black"
Date:
Subject: Re: Case Insensitive Data Type
Next
From: Neil Conway
Date:
Subject: Re: Using the EXPLAIN results