Home:ALL Converter>Retrieving Comments from a PostgreSQL DB

Retrieving Comments from a PostgreSQL DB

Ask Time:2008-12-05T15:39:22         Author:Nick

Json Formatter

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 couple of built in functions (pg_description and col_description) but i haven't been able to find examples on how to use them and playing around with them has proved pretty futile.

So I was wondering if any has been able to do this before and if so, how?

Author:Nick,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/343138/retrieving-comments-from-a-postgresql-db
yy