|
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: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 |
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>.
|
@@ -165,14 +165,7 @@ <h1><a name="section_3">Monitoring</a></h1>
|
165 | 165 | <h1><a name="section_4">Data Types</a></h1>
|
166 | 166 |
|
167 | 167 | <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 |
176 | 169 | </li><li>Reduce storage space for small NUMERICs
|
177 | 170 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-02/msg01331.php">http://archives.postgresql.org/pgsql-hackers/2007-02/msg01331.php</a>
|
178 | 171 | <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>
|
304 | 297 | <p> <a href="http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php">http://archives.postgresql.org/pgsql-hackers/2005-09/msg00781.php</a>
|
305 | 298 | </p>
|
306 | 299 | </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> |
307 | 313 | </li></ul>
|
308 | 314 | </li></ul>
|
309 | 315 | <h1><a name="section_5">Functions</a></h1>
|
|
0 commit comments