diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-03-21 21:21:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-03-21 21:21:21 +0000 |
commit | 5fc7ba76dd7e8e599cacf8392e2e5fc12a5a02d3 (patch) | |
tree | 048ff33f15c15027733187912a7f740a4d662fc7 /src/backend/utils/adt/dbsize.c | |
parent | 17fdd7833e5244f160049648f118c365aa308b4a (diff) | |
download | postgresql-5fc7ba76dd7e8e599cacf8392e2e5fc12a5a02d3.tar.gz postgresql-5fc7ba76dd7e8e599cacf8392e2e5fc12a5a02d3.zip |
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.
<
Diffstat (limited to 'src/backend/utils/adt/dbsize.c')
0 files changed, 0 insertions, 0 deletions