Re: BUG #11474: [Documentation] Add a note about to_date() not accepting TM modifier

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: lecotegougdelaforce(at)free(dot)fr
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #11474: [Documentation] Add a note about to_date() not accepting TM modifier
Date: 2014-10-13 21:37:14
Message-ID: 20141013213714.GO21267@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Sep 23, 2014 at 08:17:37AM +0000, lecotegougdelaforce(at)free(dot)fr wrote:
> The following bug has been logged on the website:
>
> Bug reference: 11474
> Logged by: Goulven Guillard
> Email address: lecotegougdelaforce(at)free(dot)fr
> PostgreSQL version: 9.3.5
> Operating system: Fedora 20
> Description:
>
> Hi,
>
> The issue about to_date() and to_timestamp() not accepting localized month
> and day names is still on the TODO list. However, reading the documentation
> about data type formatting functions, one would expect the TM modifier to be
> effective. A note should be added to the already existing list of usage
> notes to make it clear.

Attached patch applied. Thanks.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ Everyone has their own god. +

Attachment Content-Type Size
tm.diff text/x-diff 649 bytes

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Marti Raudsepp 2014-10-13 22:54:12 Re: [BUGS] BUG #11661: CASE ELSE is evaluated although condition is true
Previous Message Bruce Momjian 2014-10-13 20:45:01 Re: Re: BUG #11411: ALTER DOMAIN VALIDATE CONSTRAINT fails if the domain is used in a composite type