Re: numeric/decimal docs bug? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: numeric/decimal docs bug?
Date
Msg-id Pine.LNX.4.30.0203102007390.684-100000@peter.localdomain
Whole thread Raw
In response to Re: numeric/decimal docs bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: numeric/decimal docs bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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@gmx.net



pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: need help
Next
From: Tom Lane
Date:
Subject: Re: numeric/decimal docs bug?