diff options
author | Bruce Momjian | 2007-10-09 02:31:40 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-10-09 02:31:40 +0000 |
commit | f7c6cb0be8cf23c3494f6b4d43f2584e0c560e5c (patch) | |
tree | 8a89644d2bb5f391c84fabb45f1fe18514005c61 | |
parent | d63790d72605cb84fd9e79334ab9d0a5e01378dc (diff) |
Add:
> * MONEY dumps in a locale-specific format making it difficult to
> restore to a system with a different locale
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon Oct 8 14:01:12 EDT 2007 +Last updated: Mon Oct 8 22:31:36 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -184,6 +184,8 @@ Data Types 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 * Change NUMERIC to enforce the maximum precision * Reduce storage space for small NUMERICs diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 13887ffba3a..4676ff7778b 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Mon Oct 8 14:01:12 EDT 2007 +Last updated: Mon Oct 8 22:31:36 EDT 2007 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -170,6 +170,8 @@ first. There is also a developer's wiki at<br/> <p> <a href="http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php">http://archives.postgresql.org/pgsql-general/2005-08/msg01432.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php">http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php</a> </p> + </li><li>MONEY dumps in a locale-specific format making it difficult to + restore to a system with a different locale </li><li>Change NUMERIC to enforce the maximum precision </li><li>Reduce storage space for small NUMERICs <p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-02/msg01331.php">http://archives.postgresql.org/pgsql-hackers/2007-02/msg01331.php</a> |