postgres=# -- abs(x) absolute valuepostgres=#postgres=# select abs(-17.4) ; abs------ 17.4(1 row)postgres=#postgres=#