Blog
PostgreSQL – Select PL/pgSQL Function Definitions
Something that I did before, but never documented until now was querying the database for all of the PL/pgSQL function definitions. In PostgreSQL, you can run the following to pull all of them along with the owner, schema, function name, and function definition: Of course, you can modify the above Read more…