BUG #6202: type of union column selection bug

Поиск
Список
Период
Сортировка
От Roman
Тема BUG #6202: type of union column selection bug
Дата
Msg-id 201109100141.p8A1fe5s038019@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6202: type of union column selection bug  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      6202
Logged by:          Roman
Email address:      zotov@oe-it.ru
PostgreSQL version: 9.0.4
Operating system:   Win7x64
Description:        type of union column selection bug
Details:

Query
select null union select 4
is Ok but
select null union select null union select 4
is Fail

i think it`s a bug because you choose type in second query twice
null and null -> text
text and int -> fail

and i think what check type category is not true, because i can`t create
implicit cast to resolve some problems, like
select 'a' union select 4
if i have implicit cast int->text i think it must work!!

Sorry second part is not bug it`s a feature but it`s my problem too

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Dropped index on table preventing rule creation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Dropped index on table preventing rule creation