Hi, I can't find in the Postgresql documentation the semantics that explains the following:
co...@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