Thread: BUG #13631: Missing "'" in Table 9-26. to_char Examples

BUG #13631: Missing "'" in Table 9-26. to_char Examples

From
koizumistr@minos.ocn.ne.jp
Date:
The following bug has been logged on the website:

Bug reference:      13631
Logged by:          KOIZUMI Satoru
Email address:      koizumistr@minos.ocn.ne.jp
PostgreSQL version: 9.4.4
Operating system:   Mac OS X
Description:

The result of to_char(485, 'L999') is "'DM 485" in Table 9-26. to_char
Examples.
The correct result should be "'DM 485'". The last "'" is missing.

Re: BUG #13631: Missing "'" in Table 9-26. to_char Examples

From
Tom Lane
Date:
koizumistr@minos.ocn.ne.jp writes:
> The result of to_char(485, 'L999') is "'DM 485" in Table 9-26. to_char
> Examples.
> The correct result should be "'DM 485'". The last "'" is missing.

So it is.  Will fix, thanks for noticing!

            regards, tom lane