Re: [pgAdmin4][patch] trigger's when clause related fixes

2020-06-30 Thread Akshay Joshi
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

2020-06-29 Thread Zhang, Jie
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