[Trac-tickets] [The Trac Project] #2202: Error on "wiki list" command

The Trac Project noreply at edgewall.com
Mon Oct 10 12:52:36 CDT 2005


#2202: Error on "wiki list" command
--------------------------------------------+-------------------------------
 Reporter:  fabio.caldas at ideavalley.com.br  |       Owner:  daniel
     Type:  defect                          |      Status:  new   
 Priority:  normal                          |   Milestone:        
Component:  trac-admin                      |     Version:  0.9b2 
 Severity:  normal                          |   Keywords:  wiki list error                 |  
--------------------------------------------+-------------------------------
 When I run the wiki list command

 {{{
 trac-admin /usr/local/trac/ wiki list
 }}}

 it´s returns this error:


 {{{
 Command failed: ERROR:  column "wiki.time" must appear in the GROUP BY
 clause or be used in an aggregate function

 SELECT name,max(version),time FROM wiki GROUP BY name ORDER BY name
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2202>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list