#132: Use one of the new format for the graphical EXPLAIN
-----------------------+----------------------------------------------------
 Reporter:  gleu       |       Owner:  dpage
     Type:  feature    |      Status:  new  
 Priority:  minor      |   Milestone:       
Component:  pgadmin    |     Version:  trunk
 Keywords:  querytool  |    Platform:  all  
-----------------------+----------------------------------------------------
 Quote from Magnus:

 > Right. What I'd envision us doing is a simple
 > if (version < 9.0)
 >    run_old_explain_code();
 > else
 >    run_new_explain_code();
 >
 > and only the codepath for run_new_explain_code() - which would use a
 > machine format output - would have the implementation of any of these
 > new parameters.
 >
 > It would be slightly more work to get started since the new parser
 > needs to be done (hopefully there are classes that'll do 95% of that
 > for us already though), but not having to maintain manual parsing of
 > these new options should be a win in the long run.
 >
 > And eventually, some 5 years from now or so, we can retire the old
 > explain code because we no longer support pre-9.0 versions :D
 >

-- 
Ticket URL: <http://code.pgadmin.org/trac/ticket/132>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to