Thread: ALTER TYPE 6: numeric

ALTER TYPE 6: numeric

From
Noah Misch
Date:
Add an exemptor function for numeric.  We store the scale in every datum, making
numeric(7,2)->numeric(8,3) unoptimizable.  Precision changes work, though.

Attachment