to_date conversion semantics? - Mailing list pgsql-general

From Colin 't Hart
Subject to_date conversion semantics?
Date
Msg-id AANLkTi=UFbgnSMthvySGScE=O1sf03FLJunRumRF8mO4@mail.gmail.com
Whole thread Raw
Responses Re: to_date conversion semantics?  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-general
Hi,

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


colin@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

pgsql-general by date:

Previous
From: Karsten Hilbert
Date:
Subject: Re: where does postgres keep the query result until it is returned?
Next
From: Adrian Klaver
Date:
Subject: Re: to_date conversion semantics?