Re: return modified data from a function

Поиск
Список
Период
Сортировка
От Rodrigo De León
Тема Re: return modified data from a function
Дата
Msg-id 1179120771.817145.129890@p77g2000hsh.googlegroups.com
обсуждение исходный текст
Ответ на Re: return modified data from a function  (Rodrigo De León <rdeleonp@gmail.com>)
Ответы Re: return modified data from a function  (Raimon Fernandez <coder@montx.com>)
Список 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 по дате отправления:

Предыдущее
От: Rodrigo De León
Дата:
Сообщение: Re: return modified data from a function
Следующее
От: Chris Browne
Дата:
Сообщение: Re: Ocaml as a Postgresql Procedural Language?