pgAdmin III commit: Fix trigger definition with empty arguments

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix trigger definition with empty arguments
Дата
Msg-id E1SrxK2-0001bx-Fg@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
------
master

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

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


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

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