Lists: | pgsql-bugs |
---|
From: | koizumistr(at)minos(dot)ocn(dot)ne(dot)jp |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #13631: Missing "'" in Table 9-26. to_char Examples |
Date: | 2015-09-22 13:37:01 |
Message-ID: | 20150922133701.5058.29451@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 13631
Logged by: KOIZUMI Satoru
Email address: koizumistr(at)minos(dot)ocn(dot)ne(dot)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.
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | koizumistr(at)minos(dot)ocn(dot)ne(dot)jp |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #13631: Missing "'" in Table 9-26. to_char Examples |
Date: | 2015-09-22 14:28:37 |
Message-ID: | 4304.1442932117@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-bugs |
koizumistr(at)minos(dot)ocn(dot)ne(dot)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