some of the datatypes only support hashing, while others only support sorting

Поиск
Список
Период
Сортировка
От Robert Haas
Тема some of the datatypes only support hashing, while others only support sorting
Дата
Msg-id 603c8f070906121858q474e8f08w307780e61ca4cfc8@mail.gmail.com
обсуждение исходный текст
Ответы Re: some of the datatypes only support hashing, while others only support sorting  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
This errdetail doesn't seem quite right in the following situation:

rhaas=# select distinct proacl from pg_proc;
ERROR:  could not implement DISTINCT
DETAIL:  Some of the datatypes only support hashing, while others only
support sorting.

...Robert


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: machine-readable explain output
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: cannot update to the latest CVS sources