Why does this work?

Поиск
Список
Период
Сортировка
От Ian Harding
Тема Why does this work?
Дата
Msg-id 725602300706151156s5728b95es857de981e8aaa47b@mail.gmail.com
обсуждение исходный текст
Ответы Re: Why does this work?  (Rodrigo De León <rdeleonp@gmail.com>)
Список pgsql-general
I accidentally formatted a string for tsearch before trying to cast it
to a date, and it worked!

 select 'June&15&2007'::date
    date
------------
 2007-06-15
(1 row)

Is this a happy accident, or is it OK to count on it continuing to
work this way?

Thanks,

Ian

В списке pgsql-general по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: vacuum and postgresql.conf settings
Следующее
От: Francisco Reyes
Дата:
Сообщение: Re: pg_restore out of memory