Re: [HACKERS] Bug in to_timestamp(). - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [HACKERS] Bug in to_timestamp().
Date
Msg-id CAB7nPqTGc=qa8A8p0UOc30HfbxunD58NdGfL205nLfpk_MJUQg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Bug in to_timestamp().  (Arthur Zakirov <a.zakirov@postgrespro.ru>)
Responses Re: [HACKERS] Bug in to_timestamp().  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Thu, Nov 23, 2017 at 12:23 AM, Arthur Zakirov
<a.zakirov@postgrespro.ru> wrote:
> Messages have the following format now:
>
> SELECT to_timestamp('97/Feb/16', 'FXYY:Mon:DD');
> ERROR:  unexpected character "/", expected ":"
> HINT:  In FX mode, punctuation in the input string must exactly match the format string.

Moved to next CF as this is fresh and got no reviews.
-- 
Michael


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] [PATCH] Add ALWAYS DEFERRED option for constraints
Next
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Add support for tuple routing to foreign partitions