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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG?: timestamp without TZ created as timestamp *with*
Дата
Msg-id Pine.LNX.4.44.0208292344160.21410-100000@cm-lcon1-46-187.cm.vtr.net
обсуждение исходный текст
Ответ на Re: BUG?: timestamp without TZ created as timestamp *with*  (Jean-Christian Imbeault <jc@mega-bucks.co.jp>)
Список 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"


В списке pgsql-general по дате отправления:

Предыдущее
От: Jean-Christian Imbeault
Дата:
Сообщение: Re: BUG?: timestamp without TZ created as timestamp *with*
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: [Pgreplication-general] Master/Slave is in town!