This used to work in 8.2:

pei=# select castsource::regtype, casttarget::regtype, castcontext from pg_cast 
order by 1,2;

But int 8.3 it says:

ERROR:  XX000: could not find pathkey item to sort
LOCATION:  make_sort_from_pathkeys, createplan.c:2812

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to