Re: Small doubt on update a partition when some rows need to move among partition

2020-08-20 Thread Ashutosh Bapat
On Thu, Aug 20, 2020 at 5:22 PM movead...@highgo.ca wrote: > > Hello, > > I am trying to handle the limit that we can't do a tuple move caused by > BEFORE TRIGGER, > during which I get two doubt points: > > The first issue: > In ExecBRUpdateTriggers() or ExecBRInsertTriggers() function why we nee

Small doubt on update a partition when some rows need to move among partition

2020-08-20 Thread movead...@highgo.ca
Hello, I am trying to handle the limit that we can't do a tuple move caused by BEFORE TRIGGER, during which I get two doubt points: The first issue: In ExecBRUpdateTriggers() or ExecBRInsertTriggers() function why we need to check the result slot after every trigger call. If we should check the