On Tue, Jun 29, 2021 at 3:58 PM Dean Rasheed <[email protected]> wrote: > When specifying NUMERIC(precision, scale) the scale is constrained to > the range [0, precision], which is per SQL spec. However, at least one > other major database vendor intentionally does not impose this > restriction, since allowing scales outside this range can be useful.
I thought about this too, but http://postgr.es/m/[email protected] made me think that it would be an on-disk format break. Maybe it's not, though? -- Robert Haas EDB: http://www.enterprisedb.com
