There is a similar question , but it is ambiguous, and the accepted answer suggests that the question is slightly different from mine.
How to find user-defined functions that do not belong to any extension, for example PostGIS? The answer to a related question was provided by a query that returns most PostGIS functions (noise for my purpose), and I did not understand it well enough to change it to only return my functions (lack of a detailed explanation of why it works the way it is and how to change the settings).
Now I do not have C functions, and all my functions are in a public scheme - you can use this fact, but let me know how to free these restrictions. If the exact list of extensions is important, suppose that now only PostGIS, but explain how to add others to the list if it is not self-evident from the code.
source
share