pgAdmin III commit: Fix trigger definition with empty arguments

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix trigger definition with empty arguments
Дата
Msg-id E1SrxK2-0001bz-GI@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix trigger definition with empty arguments

When a trigger function has arguments, and one of them is empty, then it
wasn't displayed at all. The patch fixes this.

Report from Michal Sienicki.

Branch
------
REL-1_16_0_PATCHES

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

Modified Files
--------------
pgadmin/schema/pgTrigger.cpp |    6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix trigger definition with empty arguments
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #367: problem with empty arguments of trigger procedure