6
PROCEDUREs aren't shown in the Functions view
Source: supabase/supabase#33007 · opened by @ChristianSi
Bug report • I confirm this is a bug with Supabase, not with my own application. • I confirm I have searched the [Docs]( GitHub [Discussions]( and [Discord]( Describe the bug Occasionally it's necessary to create a PROCEDURE instead of a FUNCTION. Specifically, PROCEDUREs invoked with CALL can do their own transaction management, while FUNCTIONs cannot. It's possible to create, replace, and drop PROCEDUREs using the SQL editor, but they don't show up in the Functions view, which makes accessing and editing them very difficult. To Reproduce 1. Use the SQL editor to create a PROCEDURE, for example: 2. Open the Database / Functions view and select the specified schema (if necessary) to find it. It won't be there, and if search for it using the search box, it won't show up either. Expected behavior PROCEDUREs should be shown in the Functions view together with actual FUNCTIONs. There should be some symbol or similar th…
No pledges yet. Be the first to back this.
Comments
Similar requests
Add option to `supabase functions deploy` to delete non-local functions
2 votes · 0 comments
Edge functions not showing in local Supabase Studio
15 votes · 0 comments
Replace Deno Runtime for Edge Functions with Dapr
11 votes · 0 comments
Improving the functionality of Edge Functions
3 votes · 0 comments
Optionally store self-hosted Edge Functions in S3
1 vote · 0 comments
No comments yet.