]> granicus.if.org Git - postgresql/commit
Add item:
authorBruce Momjian <bruce@momjian.us>
Sat, 25 Jun 2005 01:32:02 +0000 (01:32 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 25 Jun 2005 01:32:02 +0000 (01:32 +0000)
commit669111800fafbe548882b01b26cf73df3225f9fb
treecffaaaeb17d69b19a513c744a2c2227eaa850b90
parentf3dbacab0c033ab43b8a6378cdb1ee368018bcd2
Add item:

> * Add NUMERIC division operator that doesn't round?
>
>   Currently NUMERIC _rounds_ the result to the specified precision.
>   This means division can return a result that multiplied by the
>   divisor is greater than the dividend, e.g. this returns a value > 10:
>
>     SELECT (10::numeric(2,0) / 6::numeric(2,0))::numeric(2,0) * 6;
>
>   The positive modulus result returned by NUMERICs might be considered
>   inaccurate, in one sense.
>
doc/TODO
doc/src/FAQ/TODO.html