Auto Type conversion

Поиск
Список
Период
Сортировка
От Jackson, DeJuan
Тема Auto Type conversion
Дата
Msg-id F10BB1FAF801D111829B0060971D839F2670C3@dal_cps.cpsgroup.com
обсуждение исходный текст
Список pgsql-hackers
Can I assume that this as well as the text->varchar will be fixed in
6.4?
If anyone needs any help with this I'm open (it'll require some serious
hand holding though, and flowers), Thomas?!.

adserver=> select NOW();
now
----------------------
1998-05-04 10:03:29-05
(1 row)

adserver=> select NOW()::DATETIME;
datetime
----------------------------
Mon May 04 10:03:40 1998 CDT
(1 row)

adserver=> select NOW()::DATETIME::TIMESTAMP;
ERROR:  function datetime_stamp(datetime) does not exist

    --DEJ

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SIGPIPE gripe
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: SIGPIPE gripe