Re: [pgadmin-support] problem with empty arguments of trigger procedure

2012-07-19 Thread Guillaume Lelarge
On Wed, 2012-07-04 at 21:55 +0200, Guillaume Lelarge wrote: > On Tue, 2012-07-03 at 10:05 +0200, Michał Sienicki wrote: > > Bug report - pgAdmin 1.14.3, Windows > > > > Trigger definition is not shown properly when function contains "empty" > > arguments. > > > > Example > > > > Trigger definit

Re: [pgadmin-support] problem with empty arguments of trigger procedure

2012-07-04 Thread Guillaume Lelarge
On Tue, 2012-07-03 at 10:05 +0200, Michał Sienicki wrote: > Bug report - pgAdmin 1.14.3, Windows > > Trigger definition is not shown properly when function contains "empty" > arguments. > > Example > > Trigger definition: > > CREATE TRIGGER test_trigger > BEFORE INSERT > ON test_table > FOR EA

[pgadmin-support] problem with empty arguments of trigger procedure

2012-07-03 Thread Michał Sienicki
Bug report - pgAdmin 1.14.3, Windows Trigger definition is not shown properly when function contains "empty" arguments. Example Trigger definition: CREATE TRIGGER test_trigger BEFORE INSERT ON test_table FOR EACH ROW EXECUTE PROCEDURE test_function('arg1', '', 'arg3'); is displayed in pgAdmin