Re: to_timestamp error handling. - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: to_timestamp error handling.
Date
Msg-id 201002241945.o1OJjYI11898@momjian.us
Whole thread Raw
In response to Re: to_timestamp error handling.  (Dhaval Jaiswal <dhaval.jaiswal@enterprisedb.com>)
Responses Re: to_timestamp error handling.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
FYI, this behavior now returns:

    test=> select to_timestamp('20096010','YYYYMMDD');
          to_timestamp
    ------------------------
     2013-12-18 00:00:00-05
    (1 row)

which doesn't have the :30 but is still odd.  I don't see any value
checking in to_timestamp.

---------------------------------------------------------------------------

Dhaval Jaiswal wrote:
> Hi All,
>
>
>
> postgres=# select to_timestamp('20096010','YYYYMMDD');
>
>        to_timestamp
>
> ---------------------------
>
>  2013-12-18 00:00:00+05:30
>
> (1 row)
>
>
>
> The month is 60 in my case and it is giving some random value, whereas I am
> expecting some error message like date is not valid.
>
>
>
> Is it an expected behaviour?
>
>
> --
> Thanks & Regards,
> Dhaval Jaiswal
> EnterpriseDB
> Contact: 732-331-1300 Ext- 2022
> +91-20-30589 516 / 494
> web: www.enterprisedb.com

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com
  PG East:  http://www.enterprisedb.com/community/nav-pg-east-2010.do
  + If your life is a hard drive, Christ can be your backup. +

pgsql-bugs by date:

Previous
From: "Maximiliano Salazar"
Date:
Subject: BUG #5346: PostgresSQL ODBC 64 bits download
Next
From: Tom Lane
Date:
Subject: Re: to_timestamp error handling.