Adding and displaying comments in Postgres SQL does not work

mnk's profile image mnk posted 5 years ago in General Permalink

Subj.

ansgar's profile image ansgar posted 5 years ago Permalink

Comments of tables or what?

Did you search the bugtracker for a report of that issue?

mnk's profile image mnk posted 5 years ago Permalink

If in a query to display the table structure use instead

com.description AS column_comment

use

col_description(c.oid, a.attnum) AS column_comment

Comments will be displayed

mnk's profile image mnk posted 5 years ago Permalink

col_description(pgc.oid, a.attnum) AS column_comment

error in post

ansgar's profile image ansgar posted 5 years ago Permalink

Could it be you're not using the latest build? I fixed PostgreSQL table comments recently for issue #763.

However, you could really write more detailed about that error, server version, and write in whole sentences so others can better read.

Please login to leave a reply, or register at first.