Re: BUG?: timestamp without TZ created as timestamp *with*

From: Alvaro Herrera <alvherre(at)atentus(dot)com>
To: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: BUG?: timestamp without TZ created as timestamp *with*
Date: 2002-08-30 03:45:29
Message-ID: Pine.LNX.4.44.0208292344160.21410-100000@cm-lcon1-46-187.cm.vtr.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jean-Christian Imbeault dijo:

> Tom Lane wrote:
> >
> >There's also a nasty little bug in the 7.2 system catalogs:
>
> Is this error message related to that bug? The error make no sense, it's
> complaining that the DB is expecting one data type (timstamp with TZ),
> receiving it, but not happy with it ...

Nope. Note that the column is of an array type. Probably the table
declaration is an error, given the column name.

> Warning: pg_exec() query failed: ERROR: column "last_login" is of type
> 'timestamp with time zone[]' but expression is of type 'timestamp with
> time zone' You will need to rewrite or cast the expression in

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"Use it up, wear it out, make it do, or do without"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message chin 2002-08-30 04:20:39 Re: Columns in views
Previous Message Jean-Christian Imbeault 2002-08-30 03:34:59 Re: BUG?: timestamp without TZ created as timestamp *with*