Re: Function for adding Money type

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: ddurst(at)larubber(dot)com, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Function for adding Money type
Date: 2003-01-25 00:17:09
Message-ID: 200301241617.09544.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

David,

> Are there functions for adding and subtracting this type from itself?
> Or is there a simple way to do it?

The MONEY type is depreciated, and should have been removed from the Postgres
source but was missed as an oversight. Use NUMERIC instead.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Brown 2003-01-25 00:30:11 Re: Mount options for Ext3?
Previous Message David Durst 2003-01-24 23:41:17 Function for adding Money type

Browse pgsql-sql by date

  From Date Subject
Next Message David Durst 2003-01-25 01:30:08 Re: Function for adding Money type
Previous Message David Durst 2003-01-24 23:41:17 Function for adding Money type