pgsql: Doc fix: scale(numeric) returns integer, not numeric.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc fix: scale(numeric) returns integer, not numeric.
Date: 2017-05-11 22:09:34
Message-ID: E1d8wH8-0003o2-6p@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc fix: scale(numeric) returns integer, not numeric.

Thinko in commit abb173392, which introduced this function.

Report: https://postgr.es/m/20170511215234.1795.54347@wrigleys.postgresql.org

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4d4cdc5065d3a5396c455af3d90b48c2be687319

Modified Files
--------------
doc/src/sgml/func.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2017-05-12 10:00:39 pgsql: Lag tracking for logical replication
Previous Message Tom Lane 2017-05-11 18:52:06 pgsql: Increase MAX_SYSCACHE_CALLBACKS to provide more room for extensi