[pgAdmin III] #132: Use one of the new format for the graphical EXPLAIN

Поиск
Список
Период
Сортировка
От pgAdmin Trac
Тема [pgAdmin III] #132: Use one of the new format for the graphical EXPLAIN
Дата
Msg-id 045.021ea12a1b815ca7c58a2bf9b6407ae6@code.pgadmin.org
обсуждение исходный текст
Ответы Re: [pgAdmin III] #132: Use one of the new format for the graphical EXPLAIN  ("pgAdmin Trac" <trac@code.pgadmin.org>)
Список pgadmin-hackers
#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

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Ticket 117: Explain Buffers
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #133: Column's distinct options have a new syntax