Tom Lane writes:
> > #define NUMERIC_MAX_PRECISION 1000
>
> I was thinking just the other day that there's no reason for that
> limit to be so low. Jan, couldn't we bump it up to 8 or 16K or so?
Why have an arbitrary limit at all? Set it to INT_MAX, or whatever the
index variables have for a type.
--
Peter Eisentraut peter_e(at)gmx(dot)net