.png)
Finding all tables with a specific column name (postgres)
Jan, 2022
Postgres has a really handy schema from which you can retrieve information about your database. Here's how you can use it to get all tables with a specific column name, and when this might be useful.