Bryce Nesbitt <[EMAIL PROTECTED]> writes: > I'm expecting COLUMN comments to work much like table comments, but I'm > getting nothing back. Is this a reportable bug, or a misunderstanding?
> # comment on column sched.days is 'Bitmask 0=Sunday,7=Holiday, 8=School > day, 9=Special'; > COMMENT > # \dd sched.days; > Schema | Name | Object | Description > --------+------+--------+------------- > (0 rows) Try "\d+ sched". I don't think \dd considers columns at all --- what that command would be looking for is comments on table days in schema sched. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster