Re: BUG #5970: intersect and collation on types

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5970: intersect and collation on types
Дата
Msg-id 19192.1302650444@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5970: intersect and collation on types  ("Rikard Pavelic" <rikard.pavelic@zg.htnet.hr>)
Список pgsql-bugs
"Rikard Pavelic" <rikard.pavelic@zg.htnet.hr> writes:
> The following bug has been logged online:

> Bug reference:      5970
> Logged by:          Rikard Pavelic
> Email address:      rikard.pavelic@zg.htnet.hr
> PostgreSQL version: 9.1.alpha5
> Operating system:   Windows XP SP3
> Description:        intersect and collation on types
> Details:

> create table test_collation (id int, name varchar);
> insert into test_collation values (1, 'abc'), (2,'bcd');

> --works
> select * from test_collation tc
> intersect
> select * from test_collation tc;

> --doesn't work
> select tc from test_collation tc
> intersect
> select tc from test_collation tc;

Fixed in HEAD.  Thanks for the report!

            regards, tom lane

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: [GENERAL] PostgreSQL backend process high memory usage issue
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: BUG #5973: erreur SERIAL 4