FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests