Re: datetime to timestamp - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: datetime to timestamp
Date
Msg-id 3E1B9F45.3121010B@tpf.co.jp
Whole thread Raw
In response to datetime to timestamp  ("William S. Bear" <bear@math.umn.edu>)
List pgsql-odbc
alexandre :: aldeia digital wrote:
>
> The driver does not convert a statment like:
>
> CREATE TABLE FOO (DTAAA datetime)
> to
> CREATE TABLE FOO (DTAAA timestamp)

Yes.

> Postgre 7.3 remove the datetime type. Use:
>
>  CREATE DOMAIN datetime AS timestamp
>
> in your database (and in template1) to solve this.

But what William is referring to is *datetime* type
in Access.

regards,
Hiroshi Inoue
    http://w2422.nsk.ne.jp/~inoue/

pgsql-odbc by date:

Previous
From: "peter"
Date:
Subject: unsubscribe
Next
From: "Tambet Matiisen"
Date:
Subject: ADO resync and views