I\'m running a project on a Postgres database and need to retrieve the comments on columns within the DB to be used as table headings and such. I have seen that there are a
If you just need to show the comments for your columns among other data, you can also use:
comments
\d+ my_table