pgAdmin III commit: Fix trigger definition with empty arguments

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix trigger definition with empty arguments
Date: 2012-07-19 20:27:42
Message-ID: E1SrxK2-0001bz-GI@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-07-19 20:28:12 Re: [pgAdmin III] #367: problem with empty arguments of trigger procedure
Previous Message pgAdmin Trac 2012-07-19 20:25:57 Re: [pgAdmin III] #367: problem with empty arguments of trigger procedure