On Fri, Apr 22, 2005 at 02:38:43PM +0530, Ramakrishnan Muralidharan wrote:
> Hi,
>
> I have tried the same in PostgreSQL 8.0.1 and it is working fine. I have used following example for testing
>
> create table test1
> (
> date varchar(10)
> )
>
> insert into test1 values('2005/04/22')
>
> select date::timestamp from test1
Sorry, I should have said that I use 7.4.7...
I know it's old but as already explained I can't do much about it
for now...
Thanks for your help
bye
Jerome Alet