Bug in docs - modifiers for to_char()

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Bug in docs - modifiers for to_char()
Date: 2015-06-25 12:15:56
Message-ID: 20150625121556.GA32597@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,
in Table 9-23
(http://www.postgresql.org/docs/devel/static/functions-formatting.html)

It says:

> FM prefix | fill mode (suppress padding blanks and trailing zeroes)

In next part it says:

> FM suppresses leading zeroes and trailing blanks

From all I can tell, the text in table is wrong - wasn't able to find
any case where FM would delete trailing zeros, and it definitely removes
leading ones.

depesz

--
The best thing about modern society is how easy it is to avoid contact with it.
http://depesz.com/

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Marko Tiikkaja 2015-06-25 13:05:47 Re: BUG #13465: multi update query use CTE, result & plan not equal, BUG?
Previous Message Michael Paquier 2015-06-25 08:01:02 sampling.c and potential divisions by 0 ang log(0) with tablesample and ANALYZE in 9.5