I want to search my entire Postgres database for a particular value. Once that particular value is found, return the row and table_name where it was found.
This question is similar, but does not have a sufficient answer.
I am open to any solution, using SQL or otherwise.