to_date conversion semantics?

Поиск
Список
Период
Сортировка
От Colin 't Hart
Тема to_date conversion semantics?
Дата
Msg-id AANLkTi=UFbgnSMthvySGScE=O1sf03FLJunRumRF8mO4@mail.gmail.com
обсуждение исходный текст
Ответы Re: to_date conversion semantics?  (Adrian Klaver <adrian.klaver@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: where does postgres keep the query result until it is returned?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: to_date conversion semantics?