BUG #7807: "sign" function returns double - Mailing list pgsql-bugs

From a_rares@yahoo.com
Subject BUG #7807: "sign" function returns double
Date
Msg-id E1TukuS-0002HE-AA@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #7807: "sign" function returns double
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7807
Logged by:          Andrei Rares
Email address:      a_rares@yahoo.com
PostgreSQL version: 9.1.7
Operating system:   GNU/Linux 3.2.0-35-generic x86_64
Description:        =


In the documentation
(http://www.postgresql.org/docs/9.1/static/functions-math.html) it is
written that the return type is the same as the input, but a query like
'select sign(1::int)' returns a double

pgsql-bugs by date:

Previous
From: Christiaan Willemsen
Date:
Subject: Re: BUG #7802: Cannot drop table because of dependant sequence, but there is link to sequence
Next
From: dotbrat@gmail.com
Date:
Subject: BUG #7804: timeofday() output string is not compatible with "timestamp with time zone" data type