to_date function - Mailing list pgsql-sql

From anru chen
Subject to_date function
Date
Msg-id 9bb664980709062222n13f66543kf621094604a9944e@mail.gmail.com
Whole thread Raw
Responses Re: to_date function
Re: to_date function
List pgsql-sql
Hi all:

i am use postgres 8.2 on windows XP, following select statement

"select to_date('10 August 2007','DD Month YYYY');"
return me 0007-08-10,

if i do "select to_date('10 September 2007','DD Month YYYY');"
result is correct 2007-09-10

seems like "to_date" function only work correctly for current month.
any one know why?

regards,


pgsql-sql by date:

Previous
From: Jean-David Beyer
Date:
Subject: Re: How to use serial variable to insert into muiti-recrods?
Next
From: "Phillip Smith"
Date:
Subject: Re: to_date function