How to find a table having a specific column in postgresql December 8, 2022 by Tarik You can also do select table_name from information_schema.columns where column_name="your_column_name"