It's bizarre how you can comment on columns in composite types!
CREATE TYPE test (a int4, b int4);COMMENT ON COLUMN test.a IS 'A column';
Seems harmless, but should we allow it?
Chris