Data Type PostgreSQL

postgres=# SELECT round(4.0, 4);
 round
--------
 4.0000
(1 row)
postgres=#