pgAdmin III commit: Fix trigger definition with empty arguments - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Fix trigger definition with empty arguments
Date
Msg-id E1SrxK2-0001bx-Fg@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: Re: [pgAdmin III] #367: problem with empty arguments of trigger procedure
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix trigger definition with empty arguments