I have a postgresql database with a lot of schemas, tables and views. Recently, some 3 tables was replaced with one.
Now i have over 1000 views which may use these old tables. Checking them manually is little boring and easy to miss something. Is there any way to search for particular table, or better: schema in all existing views in database?