ALTER TYPE 6: numeric

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
Thread:
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Cédric Villemain 2011-01-09 22:33:53 Re: Streaming base backups
Previous Message Noah Misch 2011-01-09 22:06:15 ALTER TYPE 5: varbit and bit