Back-patch to v13; the table layout in older branches is unfriendly
to adding such details.
Laurenz Albe
Discussion: https://postgr.es/m/
161881920775.685.
12293798764864559341@wrigleys.postgresql.org
double precision
- Rounds to nearest integer
+ Rounds to nearest integer. For numeric, ties are
+ broken by rounding away from zero. For double precision,
+ the tie-breaking behavior is platform dependent, but
+ round to nearest even
is the most common rule.
round(42.4)
- places
+ places. Ties are broken by rounding away from zero.
round(42.4382, 2)