Auto Type conversion

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: PostgreSQL Hackers Mailing List <pgsql-hackers(at)hub(dot)org>
Subject: Auto Type conversion
Date: 1998-05-04 16:08:18
Message-ID: F10BB1FAF801D111829B0060971D839F2670C3@dal_cps.cpsgroup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-05-04 16:34:35 Re: [HACKERS] Re: SIGPIPE gripe
Previous Message Tom Lane 1998-05-04 16:07:19 Re: SIGPIPE gripe