Re: to_date has beaten me... - Mailing list pgsql-sql

From Rodger Donaldson
Subject Re: to_date has beaten me...
Date
Msg-id 20030206042539.GA8420@diaspora.gen.nz
Whole thread Raw
In response to Re: to_date has beaten me...  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: to_date has beaten me...  (Roberto Mello <rmello@cc.usu.edu>)
List pgsql-sql
On Wed, Feb 05, 2003 at 11:22:57PM -0500, Tom Lane wrote:
> Rodger Donaldson <rodgerd@diaspora.gen.nz> writes:
> > values    (to_date('06/Feb/2003:11:29:11 +13', 'DD/Mon/YYYY:HH24:MI:SS'),0,302,
> 
> > Always inserts the correct date, but sets the time to midnight.
> 
> Um, well, yeah ... it's to_DATE, meaning it produces a result of type
> date.  I think you wanted to_timestamp().

Why yes.  Yes I did.  Too much time spent with Oracle, evidently.
Next I'll be wondering why DECODE doesn't work...

-- 
Rodger Donaldson        rodgerd@diaspora.gen.nz
"How do I set my laser printer for stun?"-- William Tansil


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: to_date has beaten me...
Next
From: Roberto Mello
Date:
Subject: Re: to_date has beaten me...