[HACKERS] proposal: numeric scale functions

2015-11-11 Thread Marko Tiikkaja
Hi, Dealing with "numeric"s right now in cases where it's really important that the scale is correct is quite painful. For example, if I want to accept a EUR amount as an input, I often want to reject values such as '21.413', but I'd be fine with e.g. '21.41'. My suggestion is to add

Re: [HACKERS] proposal: numeric scale functions

2015-11-11 Thread Peter Eisentraut
On 11/11/15 5:03 AM, Marko Tiikkaja wrote: > Dealing with "numeric"s right now in cases where it's really important > that the scale is correct is quite painful. For example, if I want to > accept a EUR amount as an input, I often want to reject values such as > '21.413', but I'd be fine with