pgsql: Updates for MONEY data type: < * Improve the MONEY data type > *

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Updates for MONEY data type: < * Improve the MONEY data type > *
Date: 2007-01-06 22:24:16
Message-ID: 20070106222416.299F99FB1E5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Updates for MONEY data type:

< * Improve the MONEY data type
> * -Make 64-bit version of the MONEY data type
> * Add locale-aware MONEY type, and support multiple currencies
< Change the MONEY data type to use DECIMAL internally, with special
< locale-aware output formatting.
< http://archives.postgresql.org/pgsql-hackers/2006-09/msg01107.php

Modified Files:
--------------
pgsql/doc:
TODO (r1.2029 -> r1.2030)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2029&r2=1.2030)
pgsql/doc/src/FAQ:
TODO.html (r1.531 -> r1.532)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.531&r2=1.532)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-06 22:55:09 pgsql: Remove: < * %Allow the identifier length to be increased via a
Previous Message Bruce Momjian 2007-01-06 22:19:46 pgsql: Done: > * -Allow user-defined types to accept 'typmod'