BUG #13504: Types in math functions table is incorrect - Mailing list pgsql-bugs

From tgpfeiffer@web.de
Subject BUG #13504: Types in math functions table is incorrect
Date
Msg-id 20150717014156.2347.3066@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13504: Types in math functions table is incorrect  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13504
Logged by:          Tobias Pfeiffer
Email address:      tgpfeiffer@web.de
PostgreSQL version: 9.4.4
Operating system:   --
Description:

On http://www.postgresql.org/docs/9.4/static/functions-math.html in Table
9-3 there is a number of issues in the "Return Type" column.

For example:
- for ln it says "same as input", but the output is actually double
precision (both when checked with two eyes and `pg_typeof`)
- same for log
- for sign it says "same as input" but the output is actually numeric

I have not checked all of the functions in that table, but at least the ones
above need to be fixed, I think.

pgsql-bugs by date:

Previous
From: Daniel Begin
Date:
Subject: pgadmin-sql window-favourite-Manage...Crash
Next
From: priyanka@rirl.org
Date:
Subject: BUG #13505: Create Extension