Hi Patrick,

> On May 3, 2016, at 5:00 AM, patrick s. <patrick_...@gmx.net> wrote:
> 
> Dear PostgreSQL developers and webmasters
> 
> It appears that the documentation of the mathematical functions "ceiling" and 
> "floor" are wrong (inverted).
> 
> result is correct and as one would expect::
> select ceiling(43.8); =>44
> select floor(43.8);  =>43
> 
> 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

This should be sent to pgsql-docs (which I have CC’d)

Thanks!

Jonathan



-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

Reply via email to