This is related to a bug I just filed for CCK: #146568.

The vname column is defined as a char rather than a varchar. Currently, for Postgres only, the length attribute is stripped for char types when adding CCK columns, so that is one issue.

The other would be for consistency - the {view_view}.name column is defined as a varchar(32).

Comments

mfredrickson’s picture

Thanks for issue. Fixed.

mfredrickson’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)