BUG #1904: using distinct with null col causes error

Поиск
Список
Период
Сортировка
От Brian Cox
Тема BUG #1904: using distinct with null col causes error
Дата
Msg-id 20050921231255.11A8DF0B85@svr2.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #1904: using distinct with null col causes error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1904
Logged by:          Brian Cox
Email address:      bcox@timestock.com
PostgreSQL version: 8.0.3
Operating system:   Linux (Fedora Core 2)
Description:        using distinct with null col causes error
Details:

any_db=> create view view1 as select null as col1 from any_table;
CREATE VIEW
any_db=> select distinct col1 from view1;
ERROR:  failed to find conversion function from "unknown" to text

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

Предыдущее
От: SriKumar Kareti
Дата:
Сообщение: possible bug...
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: possible bug...