Обсуждение: [pgAdmin III] #367: problem with empty arguments of trigger procedure
#367: problem with empty arguments of trigger procedure
---------------------+------------------------------------------------------
Reporter: gleu | Owner: dpage
Type: bug | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: 1.14
Keywords: trigger | Platform: all
---------------------+------------------------------------------------------
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 as:
CREATE TRIGGER test_trigger
BEFORE INSERT
ON test_table
FOR EACH ROW
EXECUTE PROCEDURE test_function('arg1', 'arg3');
--
Ticket URL: <http://code.pgadmin.org/trac=/ticket/367>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III
#367: problem with empty arguments of trigger procedure
---------------------+------------------------------------------------------
Reporter: gleu | Owner: gleu
Type: bug | Status: assigned
Priority: minor | Milestone:
Component: pgadmin | Version: 1.14
Keywords: trigger | Platform: all
---------------------+------------------------------------------------------
Changes (by gleu):
* owner: dpage => gleu
* status: new => assigned
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/367#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III
#367: problem with empty arguments of trigger procedure
----------------------+-----------------------------------------------------
Reporter: gleu | Owner: gleu
Type: bug | Status: closed
Priority: minor | Milestone: 1.16
Component: pgadmin | Version: 1.14
Resolution: fixed | Keywords: trigger
Platform: all |
----------------------+-----------------------------------------------------
Changes (by gleu):
* status: assigned => closed
* resolution: => fixed
* milestone: => 1.16
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/367#comment:2>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III