Re: BUG #1272: text + numeric wrong behaviour

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1272: text + numeric wrong behaviour
Дата
Msg-id 29449.1096472256@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1272: text + numeric wrong behaviour  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Ответы Re: BUG #1272: text + numeric wrong behaviour  ("Damjan Pipan" <damjan.pipan@xlab.si>)
Список pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> first select does not return amount, second does.

Huh?  I get

regression=# SELECT * FROM a1;
 description | amount
-------------+--------
 asdasd      | 370.00
(1 row)

regression=# SELECT description::varchar, amount FROM a1;
 description | amount
-------------+--------
 asdasd      | 370.00
(1 row)

on both 7.3 and current ...

            regards, tom lane

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: BUG #1266: Improper unique constraint / MVCCactivitieswithin
Следующее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1273: bad path for english.stop in tsearch2