Fwd: ERROR: volatile EquivalenceClass has no sortref

From: Ranjeet Dhumal <jeetu(dot)dhumal(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Fwd: ERROR: volatile EquivalenceClass has no sortref
Date: 2012-11-21 12:37:19
Message-ID: CAFNnw=2yoL=9tW5dKPRi3YO_SBzy8Mw4wTOY3EoyduaN8RESug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2012-11-21 12:44:52 Re: ERROR: volatile EquivalenceClass has no sortref
Previous Message Raymond O'Donnell 2012-11-21 12:10:53 Re: declare variable in udf

Browse pgsql-hackers by date

  From Date Subject
Next Message Albe Laurenz 2012-11-21 12:44:52 Re: ERROR: volatile EquivalenceClass has no sortref
Previous Message Ranjeet Dhumal 2012-11-21 11:23:25 ERROR: volatile EquivalenceClass has no sortref