On Mon, Mar 9, 2020 at 11:54 PM Kyotaro Horiguchi
wrote:
> Yes, right and I know. I intended the sample being simple, but sorry
> for the bogus example. But the problem is not there. The problem is,
> the trigger is called for DROP, the function returns no tuples. I'm
> not sure DROP is the only c
Thanks.
At Mon, 9 Mar 2020 13:29:47 -0400, Robert Haas wrote in
> On Mon, Mar 9, 2020 at 3:54 AM Kyotaro Horiguchi
> wrote:
> > I may be missing something, andt any opinions, thoughts or suggestions
> > are welcome.
>
> Since it's a set-returning function, I would have expected that
> instead
On Mon, Mar 9, 2020 at 3:54 AM Kyotaro Horiguchi
wrote:
> I may be missing something, andt any opinions, thoughts or suggestions
> are welcome.
Since it's a set-returning function, I would have expected that
instead of trying to assign the result to a variable, you'd loop over
it using FOR var IN