Update Table Column Comments in Postgresql
Update comments on table columns
See Stackoverflow reference and Postgres.org reference
NOTE: Comment cannot be altered or dropped.
To remove comment, set it to NULL
as follows:
See Stackoverflow reference and Postgres.org reference
NOTE: Comment cannot be altered or dropped.
To remove comment, set it to NULL
as follows: