Re: return modified data from a function

From: Raimon Fernandez <coder(at)montx(dot)com>
To: Rodrigo De León <rdeleonp(at)gmail(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: return modified data from a function
Date: 2007-05-20 18:43:13
Message-ID: C11C6CC4-38B9-46A9-AF0D-5E6FEB3E09FE@montx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

yes, this is true, I was using float as an example, but thanks anyway.

raimon

On 14/05/2007, at 07:32, Rodrigo De León wrote:

> Also, it seems you're trying to represent monetary amounts. Please, do
> not use the FLOAT datatype for this, it is inexact. You really need
> NUMERIC with the appropriate decimal places.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2007-05-20 18:51:54 Re: How export from 8.2.4 down to 8.1.8
Previous Message Andreas 2007-05-20 18:15:34 How export from 8.2.4 down to 8.1.8