]> granicus.if.org Git - postgresql/commit
Remove TODO item, not wanted:
authorBruce Momjian <bruce@momjian.us>
Wed, 21 Mar 2007 21:21:21 +0000 (21:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 21 Mar 2007 21:21:21 +0000 (21:21 +0000)
commit5fc7ba76dd7e8e599cacf8392e2e5fc12a5a02d3
tree048ff33f15c15027733187912a7f740a4d662fc7
parent17fdd7833e5244f160049648f118c365aa308b4a
Remove TODO item, not wanted:

< * 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