From: | Scott Bailey <artacus(at)comcast(dot)net> |
---|---|
To: | |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: to_timestamp() and quarters |
Date: | 2010-03-02 17:10:40 |
Message-ID: | 4B8D4690.202@comcast.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Tom Lane wrote:
> Asher Hoskins <asher(at)piceur(dot)co(dot)uk> writes:
>> I can't seem to get to_timestamp() or to_date() to work with quarters,
>
> The source code says
>
> * We ignore Q when converting to date because it is not
> * normative.
> *
> * We still parse the source string for an integer, but it
> * isn't stored anywhere in 'out'.
>
> That might be a reasonable position, but it seems like it'd be better to
> throw an error than silently do nothing. Anybody know what Oracle does
> with this?
+1 for throwing error.
Oracle 10g throws ORA-01820: format code cannot appear in date input format.
Scott
From | Date | Subject | |
---|---|---|---|
Next Message | Lee Hachadoorian | 2010-03-02 17:21:24 | Array columns vs normalized table |
Previous Message | Miguel Angel Hernandez Moreno | 2010-03-02 17:08:24 | tipo de dato |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2010-03-02 18:14:00 | Re: [GENERAL] trouble with to_char('L') |
Previous Message | Andrew Dunstan | 2010-03-02 17:07:04 | Re: USE_LIBXSLT in MSVC builds |