[GENERAL] A real currency type

From: "Gregory Maxwell" <gmaxwell(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: [GENERAL] A real currency type
Date: 2006-03-21 19:00:14
Message-ID: e692861c0603211100x59960b66n17bd911db434c29f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On 3/21/06, Jim C. Nasby <jnasby(at)pervasive(dot)com> wrote:
> ISTM that having a currency type is pretty common for most databases; I
> don't really see any reason not to just include it. Likewise for a type
> that actually stores timezone info with a timestamp.

This really should be generalized to work with all the base types
because there are strong use cases for each. (timezones with
timestamps, currencies with numeric, physical units with floats and
ints)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-03-21 19:09:09 Re: [GENERAL] A real currency type
Previous Message Terry Lee Tucker 2006-03-21 18:56:40 Re: Order of Update - Second Try

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-03-21 19:09:09 Re: [GENERAL] A real currency type
Previous Message Thomas Hallgren 2006-03-21 18:52:47 Re: Question about MemoryContexts and functions that returns