File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Thu Dec 1 23:28:03 EST 2005
5
+ Last updated: Fri Dec 2 12:39:33 EST 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -169,7 +169,7 @@ Data Types
169
169
Change the MONEY data type to use DECIMAL internally, with special
170
170
locale-aware output formatting.
171
171
172
- * Change NUMERIC to enforce the maximum precision, and increase it
172
+ * Change NUMERIC to enforce the maximum precision
173
173
* Add NUMERIC division operator that doesn't round?
174
174
175
175
Currently NUMERIC _rounds_ the result to the specified precision.
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Thu Dec 1 23:28:03 EST 2005
11
+ Last updated: Fri Dec 2 12:39:33 EST 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -155,7 +155,7 @@ <h1><a name="section_4">Data Types</a></h1>
155
155
< p > Change the MONEY data type to use DECIMAL internally, with special
156
156
locale-aware output formatting.
157
157
</ p >
158
- </ li > < li > Change NUMERIC to enforce the maximum precision, and increase it
158
+ </ li > < li > Change NUMERIC to enforce the maximum precision
159
159
</ li > < li > Add NUMERIC division operator that doesn't round?
160
160
< p > Currently NUMERIC _rounds_ the result to the specified precision.
161
161
This means division can return a result that multiplied by the
You can’t perform that action at this time.
0 commit comments