> CREATE TYPE test (a int4, b int4);> COMMENT ON COLUMN test.a IS 'A column';> > Seems harmless, but should we allow it?
Actually, currently it's bad because such comments will not be dumped by pg_dump. Shall I fix pg_dump?
Chris