pgAdmin III commit: Fix the TIMING option

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix the TIMING option
Дата
Msg-id E1Sv9FJ-00017R-Le@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix the TIMING option

By default, the user cannot do an explain without unsetting the TIMING option.
This patch allows EXPLAIN and EXPLAIN ANALYZE at any time, whatever options
are set. Unapplicable options are ignored for EXPLAIN.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=bb275e3dfb0dec21c22b4083996fe6851c2a95d4
Author: Vik Reykja <vikreykja@gmail.com>

Modified Files
--------------
pgadmin/frm/frmQuery.cpp |   26 ++++----------------------
1 files changed, 4 insertions(+), 22 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Polish translation of the website
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the TIMING option