List table columns in PostgreSQL database
Not sure where I saw this but it is a very useful tip. To get the columns for each table in a database do the following:
| |
I can further filter by schema or a specific table.
Not sure where I saw this but it is a very useful tip. To get the columns for each table in a database do the following:
| |
I can further filter by schema or a specific table.