BUG #12989: pg_size_pretty with negative values - Mailing list pgsql-bugs

From cbalmeida@gmail.com
Subject BUG #12989: pg_size_pretty with negative values
Date
Msg-id 20150406173026.2550.39773@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #12989: pg_size_pretty with negative values  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      12989
Logged by:          Christian Almeida
Email address:      cbalmeida@gmail.com
PostgreSQL version: 9.3.6
Operating system:   Ubuntu 14.04 LTS
Description:

The function "pg_size_pretty" is not formatting negative numbers.


Example:
select pg_size_pretty(+123456789::bigint),
pg_size_pretty(-123456789::bigint)

Output:
----------------------------
118 MB      -123456789 bytes

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #12963: WHERE constraints on (INNER) JOIN columns are not propagated to both tables
Next
From: "David G. Johnston"
Date:
Subject: Re: BUG #12989: pg_size_pretty with negative values