From: Tom Lane Date: Thu, 11 May 2017 22:09:22 +0000 (-0400) Subject: Doc fix: scale(numeric) returns integer, not numeric. X-Git-Tag: XL_10_R1BETA1~288^2~119 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=efa2c18f4e8a8ccc74d9005d960f4c1a2bf05ea9;p=postgres-xl.git 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 --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 4b9a54c0c9..e462fdcd59 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -996,7 +996,7 @@ scale(numeric) - numeric + integer scale of the argument (the number of decimal digits in the fractional part) scale(8.41) 2