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

Commit 91e9558

Browse files
committed
Add:
< * -Make 64-bit version of the MONEY data type < * Add locale-aware MONEY type, and support multiple currencies < < http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php < http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php < < * MONEY dumps in a locale-specific format making it difficult to < restore to a system with a different locale > > * MONEY data type > > o -Make 64-bit version of the MONEY data type > * Add locale-aware MONEY type, and support multiple currencies > > http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php > http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php > > * MONEY dumps in a locale-specific format making it difficult to > restore to a system with a different locale > * Allow MONEY to be cast to/from other numeric data types
1 parent c534ba1 commit 91e9558

File tree

2 files changed

+28
-18
lines changed

2 files changed

+28
-18
lines changed

doc/TODO

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Fri Nov 23 11:37:47 EST 2007
4+
Last updated: Mon Nov 26 18:31:05 EST 2007
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -178,14 +178,6 @@ Monitoring
178178
Data Types
179179
==========
180180

181-
* -Make 64-bit version of the MONEY data type
182-
* Add locale-aware MONEY type, and support multiple currencies
183-
184-
http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php
185-
http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php
186-
187-
* MONEY dumps in a locale-specific format making it difficult to
188-
restore to a system with a different locale
189181
* Change NUMERIC to enforce the maximum precision
190182
* Reduce storage space for small NUMERICs
191183

@@ -336,6 +328,18 @@ Data Types
336328

337329
http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php
338330

331+
* MONEY data type
332+
333+
o -Make 64-bit version of the MONEY data type
334+
* Add locale-aware MONEY type, and support multiple currencies
335+
336+
http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php
337+
http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php
338+
339+
* MONEY dumps in a locale-specific format making it difficult to
340+
restore to a system with a different locale
341+
* Allow MONEY to be cast to/from other numeric data types
342+
339343

340344
Functions
341345
=========

doc/src/FAQ/TODO.html

Lines changed: 15 additions & 9 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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Fri Nov 23 11:37:47 EST 2007
11+
Last updated: Mon Nov 26 18:31:05 EST 2007
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>.
@@ -165,14 +165,7 @@ <h1><a name="section_3">Monitoring</a></h1>
165165
<h1><a name="section_4">Data Types</a></h1>
166166

167167
<ul>
168-
<li>-<em>Make 64-bit version of the MONEY data type</em>
169-
</li><li>Add locale-aware MONEY type, and support multiple currencies
170-
<p> <a href="http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php">http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php</a>
171-
<a href="http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php</a>
172-
</p>
173-
</li><li>MONEY dumps in a locale-specific format making it difficult to
174-
restore to a system with a different locale
175-
</li><li>Change NUMERIC to enforce the maximum precision
168+
<li>Change NUMERIC to enforce the maximum precision
176169
</li><li>Reduce storage space for small NUMERICs
177170
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-02/msg01331.php">http://archives.postgresql.org/pgsql-hackers/2007-02/msg01331.php</a>
178171
<a href="http://archives.postgresql.org/pgsql-patches/2007-02/msg00505.php">http://archives.postgresql.org/pgsql-patches/2007-02/msg00505.php</a>
@@ -304,6 +297,19 @@ <h1><a name="section_4">Data Types</a></h1>
304297
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php">http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php</a>
305298
</p>
306299
</li></ul>
300+
</li><li>MONEY data type
301+
<ul>
302+
<li>-<em>Make 64-bit version of the MONEY data type</em>
303+
<ul>
304+
<li>Add locale-aware MONEY type, and support multiple currencies
305+
<p> <a href="http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php">http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php</a>
306+
<a href="http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php</a>
307+
</p>
308+
</li><li>MONEY dumps in a locale-specific format making it difficult to
309+
restore to a system with a different locale
310+
</li><li>Allow MONEY to be cast to/from other numeric data types
311+
</li></ul>
312+
</li></ul>
307313
</li></ul>
308314
</li></ul>
309315
<h1><a name="section_5">Functions</a></h1>

0 commit comments

Comments
 (0)