Embm
04/25/2022, 7:45 PMsql
create or replace trigger on_user_update
before update on public.profiles for each row execute procedure handle_user_update;
in the cloud's sql editor returns syntax error at or near "trigger"
but works fine if I omit the replace attempt ? Am I not doing it properly, from my understanding supabase runs Pg14.1 which should support create or replace trigger ...
.Needle
04/25/2022, 7:45 PM/title
command!
We have solved your problem?
Click the button below to archive it.garyaustin
04/25/2022, 8:06 PMNeedle
04/25/2022, 8:06 PMgaryaustin
04/25/2022, 8:16 PM