Re: [GENERAL] ECPG - Timestamp to ascii Conversion PG version 7.4

2005-05-06 Thread Michael Meskes
On Thu, May 05, 2005 at 11:07:10AM -0700, Don Laurine wrote: > We are currently transitioning to Postgresql 7.4 from Informix. IN ECPG, > is there a Postgresql function which will convert the timestamp data > type to a string equivalent. INFORMIX has the dtcvasc function but I > prefer not to use

Re: [GENERAL] ECPG - Timestamp to ascii Conversion PG version 7.4

2005-05-05 Thread Dann Corbit
l.org > Subject: [GENERAL] ECPG - Timestamp to ascii Conversion PG version 7.4 > > We are currently transitioning to Postgresql 7.4 from Informix. IN ECPG, > is there a Postgresql function which will convert the timestamp data > type to a string equivalent. INFORMIX has the dtcvasc f

[GENERAL] ECPG - Timestamp to ascii Conversion PG version 7.4

2005-05-05 Thread Don Laurine
We are currently transitioning to Postgresql 7.4 from Informix. IN ECPG, is there a Postgresql function which will convert the timestamp data type to a string equivalent. INFORMIX has the dtcvasc function but I prefer not to use the -C compatibility option. I rather have a complete port and get aw