ALTER USER postgres SET search_path TO "$user", public, auth;
ALTER USER postgres SET search_path TO "$user", public, auth;
don't even remember exactly where and what for, just that it was based on a comment suggestion to "fix" something.
Now I'd like to reset it to default but I'm not sure what the default is supposed to be. I'm totally new to Postgres, have some experience with other SQL DBs
Found this
ALTER ROLE postgres SET search_path TO "\$user",public,extensions;
ALTER ROLE postgres SET search_path TO "\$user",public,extensions;
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.