pgsql: Add: < * -Make 64-bit version of the MONEY data type < * Add - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add: < * -Make 64-bit version of the MONEY data type < * Add
Date
Msg-id 20071126233109.5F6307540F0@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add: < * -Make 64-bit version of the MONEY data type < * Add
List pgsql-committers
Log Message:
-----------
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

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2226 -> r1.2227)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2226&r2=1.2227)
    pgsql/doc/src/FAQ:
        TODO.html (r1.735 -> r1.736)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.735&r2=1.736)

pgsql-committers by date:

Previous
From: gevik@pgfoundry.org (User Gevik)
Date:
Subject: press - pr: corrected HOT
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Add: < * -Make 64-bit version of the MONEY data type < * Add