Round(DP Or numeric ) returns integer

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: bhagyashreesalunkhe25(at)gmail(dot)com
Subject: Round(DP Or numeric ) returns integer
Date: 2019-01-31 08:55:15
Message-ID: 154892491574.1302.16555048036514019478@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/functions-math.html
Description:

1) The function round( dp or numeric ) always has return type integer not
same as our parameter is.
2) The function round( dp or numeric, s int ) returns the same type as our
parameter is not an integer type.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2019-01-31 14:07:41 Release Notes for PostgreSQL v10.4 is same as release 9.6.9
Previous Message PG Doc comments form 2019-01-31 04:55:20 Not working