postgres=#postgres=# -- ceil(dp or numeric) smallest integer not less than argumentpostgres=#postgres=# select ceil(-42.8); ceil------ -42(1 row)postgres=#