ERROR: volatile EquivalenceClass has no sortref - Mailing list pgsql-general

From Ranjeet Dhumal
Subject ERROR: volatile EquivalenceClass has no sortref
Date
Msg-id CAFNnw=2wCORsLhks1kSagNu8Fw5tOcruegdGggbyEq3RpM+U5w@mail.gmail.com
Whole thread Raw
Responses Re: ERROR: volatile EquivalenceClass has no sortref  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List pgsql-general
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

This is my first post to forum , Please suggest me if i miss something .

--
--Regards
  Ranjeet  R. Dhumal
 

pgsql-general by date:

Previous
From: Chris Travers
Date:
Subject: Re: PostgreSQL training recommendations?
Next
From: Peter Kroon
Date:
Subject: declare variable in udf