pgsql: Doc: document the tie-breaking behavior of the round() function. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: document the tie-breaking behavior of the round() function.
Date
Msg-id E1lZeMQ-0004gl-JN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: document the tie-breaking behavior of the round() function.

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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/00037d8d004031d80d276da543262004ed6bff48

Modified Files
--------------
doc/src/sgml/func.sgml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix bugs in RETURNING in cross-partition UPDATE cases.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix relcache inconsistency hazard in partition detach