Re: [BUGS] to_date problem.

2002-06-13 Thread Tom Lane
lewwid <[EMAIL PROTECTED]> writes: > select to_date('January 12 2002','Month dd '); > to_date > > 0005-06-24 <- Problem right there. I think you need FM: regression=# select to_date('January 12 2002','FMMonth dd '); to_date 2002-01-12 (1 r

[BUGS] to_date problem.

2002-06-12 Thread lewwid
select to_date('December 12 2002','Month dd '); to_date 2002-12-02 select to_date('January 12 2002','Month dd '); to_date 0005-06-24 <- Problem right there. select to_date('January 12, 2002','Month dd, '); to_date