[HACKERS] Graphics in postgress using GTK

2005-12-02 Thread Anuj Tripathi
t a method to integrate this GTK code into postgres and solve this problem. Thanks and Regards Anuj Tripathi ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org

[HACKERS] Postrges Queries Estimator

2005-10-25 Thread Anuj Tripathi
In continuation of my previous mails. Till now what all i figured out about the query flow in postgres has suddenly zeroed. Reason: analyze... till now i was running query with out analyaze command but once you give it ...i dont knw whts the path query takes.Any body havign any idea. AnujT --

[HACKERS] Query Progress Estimator

2005-10-22 Thread Anuj Tripathi
value. Right now I am exploring postgres using ddd ( debugger ).Can anyone suggest a better utility /editor/tool for exploring the same in a better way ? I am working Fedora core 3 Linux Thanks and regards Anuj Tripathi ---(end of broadcast

[HACKERS] Query Progress Estimator

2005-10-22 Thread Anuj Tripathi
value. Right now I am exploring postgres using ddd ( debugger ).Can anyone suggest a better utility /editor/tool for exploring the same in a better way ? I am working Fedora core 3 Linux Thanks and regards Anuj Tripathi ---(end of broadcast

[HACKERS] Plan structure

2005-10-15 Thread Anuj Tripathi
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 decidi