跟表一样:
COMMENT ON 
{ TABLE [schema .] { table | view | materialized view }
| COLUMN [schema .] { table . | view . | materialized view . } column 
| OPERATOR [schema .] operator
| INDEXTYPE [schema .] indextype
}
IS 'text';To insert an explanatory re on the job_id column of the employees table, you might issue the following statement: COMMENT ON COLUMN employees.job_id 
   IS 'abbreviated job title';