ALTER TYPE 6: numeric

Lists: pgsql-hackers
From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: ALTER TYPE 6: numeric
Date: 2011-01-09 22:07:09
Message-ID: 20110109220709.GG5777@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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 Content-Type Size
at6-numeric.patch text/plain 11.1 KB