Re: Bug in docs - modifiers for to_char() - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug in docs - modifiers for to_char()
Date
Msg-id 1876.1435242995@sss.pgh.pa.us
Whole thread Raw
In response to Bug in docs - modifiers for to_char()  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-bugs
hubert depesz lubaczewski <depesz@depesz.com> writes:
> 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.

Yeah, you're right.

I also fail to find anyplace where it explains what FM does for input
cases. However, to_number/to_date/to_timestamp are woefully
underdocumented anyhow (eg, almost no examples), so maybe that would
be better addressed as part of a larger rewrite.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Marko Tiikkaja
Date:
Subject: Re: BUG #13465: multi update query use CTE, result & plan not equal, BUG?
Next
From: brsaweda@gmail.com
Date:
Subject: BUG #13469: Systematic typo in dblink documentation