"David E. Wheeler" <[EMAIL PROTECTED]> writes:
> Now I have just one more bizarre error: PostgreSQL thinks that a  
> citext column is not in an aggregate even when it is:
> try=# select array_accum(name) from srt order by name;
> ERROR:  column "srt.name" must appear in the GROUP BY clause or be  
> used in an aggregate function

> Um, what?

It's complaining about the use in ORDER BY.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to