I would like to find out what all the columns in the tables in a database are in a way that you can search for a word in those columns.
Let's say I have a database that I do not know about the structure, but I want to search for a word in all columns of type character varying
or blob
(I believe they only store text) without having to look one by one and have you do the query manually.
Would this query also work on a database that has different schemas
?