[pgsql-jp: 31056] Re: ODBCドライバ

HOTTA Michihide hotta @ net-newbie.com
2003年 9月 14日 (日) 19:26:34 JST


堀田です。

On Sun, 14 Sep 2003 14:27:55 +0900 
Subject [pgsql-jp: 31053] ODBCドライバ
doumae <doumae @ roomc.jp> wrote:

> datetime->timestampに変更になりましたが7.3.1位までは通っていた
> と思ったのですが
> #気のせいかな?
> 
> 同様の現象確認された方おられませんか?

私も2,3日前に気付いたのですが、いつからなんでしょうかね?

hotta=# select version();
                                version
------------------------------------------------------------------------
 PostgreSQL 7.3.4 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2.3
(1 行)

hotta=# create table a(b datetime);
ERROR:  Type "datetime" does not exist

test=> select version();
                                version
------------------------------------------------------------------------
 PostgreSQL 7.3.3 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2.3
(1 行)

test=> create table a(b datetime);
ERROR:  Type "datetime" does not exist

dejima=# select version();
                            version
---------------------------------------------------------------
 PostgreSQL 7.2.3 on i686-pc-linux-gnu, compiled by GCC 2.95.3
(1 行)

dejima=# create table a(b datetime);
CREATE

-- 
堀田 倫英 <hotta @ net-newbie.com> <http://www.net-newbie.com>



pgsql-jp メーリングリストの案内