Re: pgsql: Add: < * -Make 64-bit version of the MONEY data type < * Add

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Bruce Momjian <momjian(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add: < * -Make 64-bit version of the MONEY data type < * Add
Date: 2007-11-26 23:32:22
Message-ID: 200711262332.lAQNWMC26873@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


Sorry, commit should have been:

Reorganize MONEY TODO into a separate section, add casting item.

---------------------------------------------------------------------------

Bruce Momjian wrote:
> 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)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-11-27 05:49:58 pgsql: Add documentation about the issues of casting MONEY to/from
Previous Message Bruce Momjian 2007-11-26 23:31:09 pgsql: Add: < * -Make 64-bit version of the MONEY data type < * Add