| From: | Jerome Alet <alet(at)librelogiciel(dot)com> |
|---|---|
| To: | Ramakrishnan Muralidharan <ramakrishnanm(at)pervasive-postgres(dot)com> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: string to date conversion |
| Date: | 2005-04-22 09:13:41 |
| Message-ID: | 20050422091341.GE12176@mail.librelogiciel.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christoph Haller | 2005-04-22 09:21:26 | Re: string to date conversion |
| Previous Message | Ramakrishnan Muralidharan | 2005-04-22 09:08:43 | Re: string to date conversion |