-------- Forwarded Message -------- Subject: [CORE] Documentation Error: Ceiling, Floor Date: Tue, 3 May 2016 11:00:10 +0200 From: patrick s. <patrick_...@gmx.net> To: webmas...@postgresql.org, pgsql-c...@postgresql.org 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 Cheers, Patrick -- Sent via pgsql-core mailing list (pgsql-c...@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-core -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs