On Fri, May 6, 2022 at 6:20 PM hubert depesz lubaczewski
wrote:
> when defining statement triggers on update I can use:
>
> REFERENCING OLD TABLE AS xxx NEW TABLE as YYY
>
> these "pseudo" tables contain rows that were before and after.
>
> Is the order guaranteed?
>
> Can I assume that "first" ro
Hi,
when defining statement triggers on update I can use:
REFERENCING OLD TABLE AS xxx NEW TABLE as YYY
these "pseudo" tables contain rows that were before and after.
Is the order guaranteed?
Can I assume that "first" row returned by select from xxx, will be older
version of first row returned