Re: [pgadmin-support] Weird in PGAdmin behavior for triggers of the same kind.

2002-11-15 Thread Dave Page
pgadmin-support] Weird in PGAdmin behavior for > triggers of the same kind. > > > Hi: > > I am experiencing a weird problem having with > PGAdmin when I am viewing the body of the 2 triggers > of the same kind (2 AFTER UPDATE triggers): > > The following is what I

[pgadmin-support] Weird in PGAdmin behavior for triggers of the same kind.

2002-11-15 Thread Ludwig Lim
Hi: I am experiencing a weird problem having with PGAdmin when I am viewing the body of the 2 triggers of the same kind (2 AFTER UPDATE triggers): The following is what I get from screen : -- Trigger: tu_sc_redeem ON sc_redeem CREATE TRIGGER "tu_sc_redeem" AFTER INSERTUPDATE ON "sc_redeem" FO