Auto Type conversion - Mailing list pgsql-hackers

From Jackson, DeJuan
Subject Auto Type conversion
Date
Msg-id F10BB1FAF801D111829B0060971D839F2670C3@dal_cps.cpsgroup.com
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: SIGPIPE gripe
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: SIGPIPE gripe