Something's funky with Postgres Triggers
Hi Folks, when trying to create a trigger if I use
According to
Supabase Cloud
CREATE OR REPLACE TRIGGER there's a syntax error for TRIGGER but if I remove OR REPLACE then it works perfectly.According to
SELECT version() I'm using postgres 14 so I don't understand why it's not working.Supabase Cloud