> On 23/04/2008 20:33, Roberts, Jon wrote: > > > create table ugly > > [...snip...] > > > create or replace function fn_ugly() returns setof ugly as > > [...snip...] > > > create temporary table temp_ugly > > [...snip...] > > > select * from fn_ugly(); > > [...snip...] > > Heh heh - I think we get the point! LOL :-) > I was sitting there thinking, "what should I call this ugly table?" :) Jon