I am trying to clean up a Postgres database and create some consistency in the naming conventions.
I would like generate a list of the functions where the columns exist as a checklist to work from.
I was wondering if there was an easier way than dumping the function definitions to a file and searching each column individually?