Re: datetime to timestamp

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: "alexandre :: aldeia digital" <alepaes(at)aldeiadigital(dot)com(dot)br>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: datetime to timestamp
Date: 2003-01-08 03:47:17
Message-ID: 3E1B9F45.3121010B@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Christina 2003-01-08 10:20:43
Previous Message peter 2003-01-08 03:37:15 unsubscribe