diff options
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Thu Mar 29 16:24:27 EDT 2007 +Last updated: Thu Mar 29 17:43:28 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -185,6 +185,10 @@ Data Types http://archives.postgresql.org/pgsql-hackers/2007-03/msg01181.php * Change NUMERIC to enforce the maximum precision +* Reduce storage space for small NUMERICs + + http://archives.postgresql.org/pgsql-hackers/2007-02/msg01331.php + * Fix data types where equality comparison isn't intuitive, e.g. box * Allow user-defined types to specify a type modifier at table creation time |