Re: Function for adding Money type - Mailing list pgsql-sql

From Josh Berkus
Subject Re: Function for adding Money type
Date
Msg-id 200301241617.09544.josh@agliodbs.com
Whole thread Raw
In response to Function for adding Money type  ("David Durst" <ddurst@larubber.com>)
Responses Re: Function for adding Money type  ("David Durst" <ddurst@larubber.com>)
Re: Function for adding Money type  ("D'Arcy J.M. Cain" <darcy@druid.net>)
List 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 BerkusAglio Database SolutionsSan Francisco



pgsql-sql by date:

Previous
From: "David Durst"
Date:
Subject: Function for adding Money type
Next
From: "David Durst"
Date:
Subject: Re: Function for adding Money type