Re: [INTERFACES] Re: M$-Access'97 and TIMESTAMPs

Byron Nikolaidis <byronn@insightdist.com>

From: Byron Nikolaidis <byronn@insightdist.com>
To: "Jose' Soares Da Silva" <sferac@bo.nettuno.it>, interfaces postgres <pgsql-interfaces@postgreSQL.org>
Date: 1998-06-09T15:12:13Z
Lists: pgsql-hackers

Byron Nikolaidis wrote:

>  I could add TimeStamp as a supported data type of the odbc driver.  Currently,
> 'abstime' is supported but not 'timestamp'.
>

Also, the postgres "datetime" type is already supported as well.
Maybe that would work for you temporarily.
As a matter of fact, all the date/time types "look" the same since we now use
'ISO'.

Byron