Plan structure - Mailing list pgsql-hackers

From Anuj Tripathi
Subject Plan structure
Date
Msg-id 43513328.9080403@it.iitb.ac.in
Whole thread Raw
Responses Re: Plan structure
List pgsql-hackers
Hi
I am trying to  add a query progress indicator in postgres.Being a 
novice to the code I need help on few topics.
1.Where can we keep such a progress indicator code ?
2.What is the exact structure of plan returned by the planner ?
3.Does the planner return the estimates calculated while deciding   the 
plan ?
4.If not , then from where can we obtain those estimates ( estimates 
taken to decide the best plan ) ?      I will be very thankful if someone can throw light in these 
issues and provide some related guidance

regards
Anuj





pgsql-hackers by date:

Previous
From: Bernd Helmle
Date:
Subject: Re: drop if exists
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Plan structure