Fwd: ERROR: volatile EquivalenceClass has no sortref

Поиск
Список
Период
Сортировка
От Ranjeet Dhumal
Тема Fwd: ERROR: volatile EquivalenceClass has no sortref
Дата
Msg-id CAFNnw=2yoL=9tW5dKPRi3YO_SBzy8Mw4wTOY3EoyduaN8RESug@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers

Hi All ,

When am trying to query a table temp_table1(sms_type varchar(20),sms_info varchar(100),sms_id integer) 
Query :: select sms_type,count(*) from  temp_table1 group by 1 order by 2 desc;
Then i got following errors , i dont know whats wrong in this .
ERROR: volatile EquivalenceClass has no sortref


--
--Regards
  Ranjeet  R. Dhumal
 

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH] binary heap implementation
Следующее
От: Amit kapila
Дата:
Сообщение: Re: [WIP PATCH] for Performance Improvement in Buffer Management