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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: document the tie-breaking behavior of the round() function.
Date: 2021-04-22 18:47:34
Message-ID: E1lZeMQ-0004gl-JN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2021-04-22 19:17:19 pgsql: Fix relcache inconsistency hazard in partition detach
Previous Message Justin Pryzby 2021-04-22 17:43:46 Re: pgsql: autovacuum: handle analyze for partitioned tables