[pgsql-jp: 28454] datetime について

Masanao Higashino higasino @ humind.or.jp
2002年 12月 24日 (火) 15:26:42 JST


東野と申します。

PostgreSQL7.2.1 で
create table ts (tdate date, ttime time);
した table に
select datetime(tdate,ttime) from ts;
とすると
      timestamp
---------------------
 2002-12-01 12:00:00
(1 row)
と表示されていたのに
PostgreSQL7.3 では
ERROR:  Function datetime(date, time without time zone) does not exist
        Unable to identify a function that satisfies the given argument
types
        You may need to add explicit typecasts
とエラーになります。

7.3では datetime() は使えないのでしょうか。
ご教授、よろしくお願いします。

東野 正尚




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