supabase/postgres-meta

Pass Excluded Schemas When Retrieving List of All Functions

w3b6x9 opened this issue · 0 comments

Feature request

Is your feature request related to a problem? Please describe.

When a couple of extensions have been enabled, and they come with functions, then I can have hundreds of functions in a database. I want to return only a list of functions in schemas I care about, not all functions in all schemas (like extensions, realtime, etc.). This will also improve API response performance.

Describe the solution you'd like

Pass a list of schemas I wish to exclude from the functions list query.