© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
1 reply
hotbelgo

How to edit a trigger

I was following the auth instructions https://supabase.com/docs/guides/auth/managing-user-data#using-triggers and have ended up registering a trigger
public.handle_new_user
public.handle_new_user
. But there is a bug in it and I need to change it. I cannot work out what I need to do and have tried to submit various versions of

drop trigger "public.handle_new_user" on "auth";
create function public.handle_new_user()
drop trigger "public.handle_new_user" on "auth";
create function public.handle_new_user()
Managing User Data | Supabase Docs
Securing your user data with Row Level Security.
Managing User Data | Supabase Docs
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to create & edit a custom schema in superbase?
SupabaseSSupabase / help-and-questions
4y ago
How to set claims on trigger supabase.
SupabaseSSupabase / help-and-questions
4y ago
Help with a trigger
SupabaseSSupabase / help-and-questions
4y ago
How to set a trigger that sets column value before it inserts
SupabaseSSupabase / help-and-questions
4y ago