Re: [webmaster] Documentation Error: Ceiling, Floor

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: "patrick s(dot)" <patrick_gis(at)gmx(dot)net>, pgsql-docs(at)postgresql(dot)org
Subject: Re: [webmaster] Documentation Error: Ceiling, Floor
Date: 2016-05-03 15:26:16
Message-ID: 3482.1462289176@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

[ trimming 100%-inappropriate crossposts ]

> On May 3, 2016, at 5:00 AM, patrick s. <patrick_gis(at)gmx(dot)net> wrote:
>> documentation is misleading:
>> select ceiling(43.8); =>43
>> select floor(43.8); =>44
>>
>> found in:
>> http://www.postgresql.org/docs/9.1/static/functions-math.html
>> http://www.postgresql.org/docs/7.4/static/functions-math.html

AFAICS, those examples refer to -43.8 not 43.8, and are quite correct.

regards, tom lane

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message patrick s. 2016-05-03 15:36:00 Re: [webmaster] Documentation Error: Ceiling, Floor
Previous Message Jonathan S. Katz 2016-05-03 15:15:08 Re: [webmaster] Documentation Error: Ceiling, Floor