Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From Josh Berkus
Subject Re: Function for adding Money type
Date
Msg-id [email protected]
Whole thread Raw
In response to Function for adding Money type  ("David Durst" <[email protected]>)
Responses Re: Function for adding Money type
Re: Function for adding Money type
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