to_date conversion semantics?

From: "Colin 't Hart" <colinthart(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: to_date conversion semantics?
Date: 2010-09-20 14:20:29
Message-ID: AANLkTi=UFbgnSMthvySGScE=O1sf03FLJunRumRF8mO4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I can't find in the Postgresql documentation the semantics that explains the
following:

colin(at)ruby:~/workspace/eyedb$ psql
psql (8.4.4)
Type "help" for help.

colin=> select to_date('731332', 'YYMMDD');
to_date
------------
1974-02-01
(1 row)

colin=>

Thanks,

Colin

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2010-09-20 14:36:00 Re: to_date conversion semantics?
Previous Message Karsten Hilbert 2010-09-20 14:16:58 Re: where does postgres keep the query result until it is returned?