Clarify documentation of ceil/ceiling/floor functions.
authorTom Lane
Thu, 9 Jun 2016 15:58:00 +0000 (11:58 -0400)
committerTom Lane
Thu, 9 Jun 2016 15:58:00 +0000 (11:58 -0400)
commitbca0f60de4b3fd34b69e83c543ec7d9012e89792
tree4985330eea6228268dd9f5d2665c1c9496e1af48
parentb5dd25b77aa0acd9faa45abd0915c62a767316e7
Clarify documentation of ceil/ceiling/floor functions.

Document these as "nearest integer >= argument" and "nearest integer <=
argument", which will hopefully be less confusing than the old formulation.
New wording is from Matlab via Dean Rasheed.

I changed the pg_description entries as well as the SGML docs.  In the
back branches, this will only affect installations initdb'd in the future,
but it should be harmless otherwise.

Discussion: 
doc/src/sgml/func.sgml
src/include/catalog/pg_proc.h