Re: [DOCS] Threes errors of to_char Examples

2015-02-27 Thread liuyuanyuan
"liuyuanyuan" writes: > I found three errors in postgresql9.4.1document, they are about to_char > examples. Tom Lane writes: >the cases you mention vary depending on what locale you're using. Thanks for your reply! I know pattern D and G depending on locale. My default locale is zh_cn, but when

Re: [DOCS] Threes errors of to_char Examples

2015-02-27 Thread Tom Lane
"liuyuanyuan" writes: > I found three errors in postgresql9.4.1document, they are about to_char > examples. All the cases you mention vary depending on what locale you're using. regards, tom lane -- Sent via pgsql-docs mailing list ([email protected]) To make c

[DOCS] Threes errors of to_char Examples

2015-02-27 Thread liuyuanyuan
Hi all! I found three errors in postgresql9.4.1document, they are about to_char examples. Maybe other version of document also have those errors. Please Check and modify~ In Chapter 9. Functions and Operators of PostgreSQL 9.4.1 Docu