© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
2 replies
NicoNico

How do you use the editor for the database functions?

There doesn't seem to be up to date documentation describing how to use the interface portion of the database functions. What are we expected to write in the definition?

Is it the full:
create function hello_world()
returns text
language plpgsql
security definer set search_path = public
as $$
begin
  select 'hello world';
end;
$$;
create function hello_world()
returns text
language plpgsql
security definer set search_path = public
as $$
begin
  select 'hello world';
end;
$$;


and if so what's the relationship between the parameters defined above via GUI and what we write in the function?
unknown.png
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 do you extend supabase without functions?
SupabaseSSupabase / help-and-questions
4y ago
How do you use the types mentioned in the docs?
SupabaseSSupabase / help-and-questions
4y ago
Database Functions vs Edge Functions
SupabaseSSupabase / help-and-questions
5mo ago
Database Functions - Auth
SupabaseSSupabase / help-and-questions
4y ago