Re: dividing money by money

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: dividing money by money
Дата
Msg-id 1279443633.30539.9.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: dividing money by money  (Andy Balholm <andy@balholm.com>)
Список pgsql-hackers
On lör, 2010-07-17 at 07:20 -0700, Andy Balholm wrote:
> On Jul 17, 2010, at 3:20 AM, Peter Eisentraut wrote:
> 
> > On fre, 2010-07-16 at 10:31 -0400, Tom Lane wrote:
> >> The other argument that I found convincing was that if the
> >> operator was defined to yield numeric, people might think that
> >> the result was exact ... which of course it won't be, either way.
> >> Choosing float8 helps to remind the user it's an approximate quotient.
> > 
> > Why is it approximate?  Aren't money values really integers?
> 
> $1.00 / 3.00 = 0.333333333333333333333333333333333333333333333333...

By that reasoning, numeric / numeric should also yield float.





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Functional dependencies and GROUP BY
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: dividing money by money