When refactoring PostgreSql functions (and more specific: while searching for 'unused' functions) it would be handy to have a function available to search for a specific string within the function definitions.
Does anyone know if this is the best approach (trying to 'grep'-search the function definitions) or are there alternative methods available?
How would one implement this functionality?