ALTER TYPE 6: numeric - Mailing list pgsql-hackers

From Noah Misch
Subject ALTER TYPE 6: numeric
Date
Msg-id 20110109220709.GG5777@tornado.leadboat.com
Whole thread Raw
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: ALTER TYPE 5: varbit and bit
Next
From: Cédric Villemain
Date:
Subject: Re: Streaming base backups