Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5ab2598

Browse files
committed
Remove idea of increasing NUMERIC length:
< * Change NUMERIC to enforce the maximum precision, and increase it > * Change NUMERIC to enforce the maximum precision
1 parent 5106aff commit 5ab2598

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
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
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -169,7 +169,7 @@ Data Types
169169
Change the MONEY data type to use DECIMAL internally, with special
170170
locale-aware output formatting.
171171

172-
* Change NUMERIC to enforce the maximum precision, and increase it
172+
* Change NUMERIC to enforce the maximum precision
173173
* Add NUMERIC division operator that doesn't round?
174174

175175
Currently NUMERIC _rounds_ the result to the specified precision.

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
155155
<p> Change the MONEY data type to use DECIMAL internally, with special
156156
locale-aware output formatting.
157157
</p>
158-
</li><li>Change NUMERIC to enforce the maximum precision, and increase it
158+
</li><li>Change NUMERIC to enforce the maximum precision
159159
</li><li>Add NUMERIC division operator that doesn't round?
160160
<p> Currently NUMERIC _rounds_ the result to the specified precision.
161161
This means division can return a result that multiplied by the

0 commit comments

Comments
 (0)