Re: return modified data from a function - Mailing list pgsql-novice

From Rodrigo De León
Subject Re: return modified data from a function
Date
Msg-id 1179120771.817145.129890@p77g2000hsh.googlegroups.com
Whole thread Raw
In response to Re: return modified data from a function  (Rodrigo De León <rdeleonp@gmail.com>)
Responses Re: return modified data from a function  (Raimon Fernandez <coder@montx.com>)
List pgsql-novice
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.


pgsql-novice by date:

Previous
From: Rodrigo De León
Date:
Subject: Re: return modified data from a function
Next
From: Chris Browne
Date:
Subject: Re: Ocaml as a Postgresql Procedural Language?