pgAdmin III commit: Fix SQL query for enabled/disabled triggers and rul

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix SQL query for enabled/disabled triggers and rul
Дата
Msg-id E1QfX74-00010r-3W@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix SQL query for enabled/disabled triggers and rules

When a user enables/disables a trigger, the icon changes, and the properties
are updated. But the SQL query in the query pane of the browser wasn't. Same
happens to enabled/disabled rules. This patch fixes both.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a08dc6c66569a5b739894c448c040340efbf4f29

Modified Files
--------------
pgadmin/schema/pgRule.cpp    |   13 +++++++++++++
pgadmin/schema/pgTrigger.cpp |   12 ++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix SQL query for enabled/disabled triggers and rul
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Enabling/disabling triggers and rules