Kevin Brannen <KBrannen(at)efji(dot)com> writes:
> So, can you (or anyone) help me understand what "alter type <type> drop attribute" is meant to do? I don't see "attribute" on the page you reference.
IIRC, that drops a column from a composite type; it's more or less a
variant spelling of ALTER TABLE DROP COLUMN.
regards, tom lane