Re: [pgAdmin4][patch] trigger's when clause related fixes
Thanks, patch applied. On Mon, Jun 29, 2020 at 2:15 PM Zhang, Jie wrote: > Hi, all > > [Incident] > '()' appears twice in trigger's when clause​. > > [scenario 1] > The step is as follow: > 1) The SQL to create the trigger is as follows. > - > CREATE
[pgAdmin4][patch] trigger's when clause related fixes
Hi, all [Incident] '()' appears twice in trigger's when clause?. [scenario 1] The step is as follow: 1) The SQL to create the trigger is as follows. - CREATE TRIGGER trigger1 BEFORE UPDATE ON public.tab1 FOR EACH ROW WHEN (new.a IS NOT